This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


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

Re: A GNU ld ELF bug (more info)



>More info on it. There is NO .dynsym section in libmine.so created
>by the SVR4/x86 ld.
>
>H.J.
>----
>This test case shows a GNU ld ELF bug.

	This in itself is not a GNU ld ELF bug.  This is a "feature" of the
SVr4 ld, where it generates a unified symbol table with .dynsym and .symtab
merged into one.  Solaris splits them into separate sections, and in this case
I believe that Solaris is doing it in a more sensible way.

-Eric