This is the mail archive of the binutils@sources.redhat.com 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: Multiple sections with the same name again


On Mon, May 24, 2004 at 09:02:41PM +0930, Alan Modra wrote:
> > Cannot we use the output_section check AND name comparison?
> 
> We could, but I'd prefer to avoid name comparison.  Can't we check
> alignment, if that's the relevant test?

It will be slightly different, but at least for the compiler generated
SHF_MERGE sections the alignment check should be enough.
Hope not too many people use mergeable sections in assembly different
from those which are emitted by GCC.

	Jakub


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