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: Diab C-Compiler-Suite and GNU objcopy problem


Frank Oltmanns <frank.oltmanns.ml@gmx.de> writes:

> Okay, I think I wasn't precise enough with that. The new symtab contains
> additional entries compared to the symtab before copying. But it _does_ contain
> all of the entries of the original file. The only thing that's different, is
> that all the entries of type SECTION don't have names. Here is the output of
> "readelf -s" of the original file:

That's OK.  The names of STT_SECTION symbols are irrelevant.  Some ELF
toolchains do generate section names for STT_SECTION symbols; BFD
doesn't bother.

Ian


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