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: Dealing with broken ELF libraries


  In message <m3u2peme50.fsf@localhost.localnet>you write:
  > Jeffrey A Law <law@cygnus.com> writes:
  > 
  > > We might be able to do something like recognize that LINK refers to a sec
  > tion
  > > that is not of type STRTAB (and then fall back to looking for .dynsym's
  > > string table).
  > 
  > Seems to be the most logical solution (and not to hard to implement).
That's what I'm using internally while I fart around with other stuff that
I'm going to need to perform dynamic linking.

It turns out that you can't do a pure static link on hpux11 -- too many things
missing from hp's libraries.  So we've got to make dynamic linking work from
day 1.  Ugh so much for building some quick code I can use to test basic
relocations. :(

jeff


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