This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: orphan section logic


On Mon, Jan 11, 2010 at 10:43:45PM -0500, DJ Delorie wrote:
> Doh!  Of course it does.  New patch attached.  But is this the
> functionality we want?  Or is it a user error to assume an input
> section matches an output section just because the names match?

Well, we already match orphans by name.  For example
 .foo { *(.bar) }
will collect any .foo input sections if there is at least one .bar
input section.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]