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: unreferenced local symbols generated in .dynsym


I am probably missing something.  I don't see why section symbols are ever
useful in .dynsym.  The layout is fixed by the time that's being made, so
relocs to sections can be converted to R_*_RELATIVE.  If there are relocs
of other types that require a symbol and can't be converted (non-wordsize
relocs for some architectures and so forth), then they can still be
converted to be relative to a single local symbol in .dynsym.  


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