This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: Bug in egcs-1.1.2 on HP-UX 10.20



  In message <199903271302.OAA07005@mira.isdn.cs.tu-berlin.de>you write:
  > > What are weak symbols ?
  > 
  > You don't need to worry about them; AFAIK, HPUX doesn't support them.
  > (In case you do worry: this is a linker technique which allows proceed
  > linking even if functions are missing, and then detect that at
  > run-time)
Actually, hpux can support weak symbols.  Our tools just don't hand it yet.

In SOM (the native object format for hps) they're usually called secondary
definitions or something like that.  To support them we'd just need a little
compiler, assembler & bfd work.  It would be a nice little project for someone
that wants to learn a little about bfd :-)



jeff


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