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: [Patch] sh64: Fix gas testsuite expected output


On Sat, 19 Oct 2002, Alan Modra wrote:
> On Fri, Oct 18, 2002 at 03:33:10PM -0400, Hans-Peter Nilsson wrote:
> > Sure, a .note section with identifying contents for a linked
> > object, but that doesn't solve it for a REL (meaning non-linked)
> > object.
> >
> > Or perhaps you didn't really mean the .note section?
>
> .note works fine for object files too.  In fact, we already use them.
> See gas/config/obj-elf.c:obj_elf_version and sco_id.

Right.  Unfortunately they take up room (in the binary) and
accumulate in size when linking.  (SEC_MERGE on that section,
anyone?)  For *this* case, I'd prefer an empty section with a
magic name.

brgds, H-P


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