This is the mail archive of the binutils@sourceware.cygnus.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]

Re: .dynsym pain


>>>>> "Richard" == Richard Henderson <rth@cygnus.com> writes:

    Richard> It would also necessitate the cleanup of the addition of
    Richard> the sections to the dynamic symbol table, as currently
    Richard> happens scattered across all the backends and elflink.h.

I don't fully understand all the issues you've raised, but doing the
cleanup you mention here is clearly a good idea.  I stumbled across
this more than once recently.

It seems to be that dynamic symbols, whether local or not, should be
in the hash table.  I found it vaguely offensive that the section
symbols, which wind up in the dynamic symbol table, had to be handled
specially.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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