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: R_PPC_LOCAL24PC c++ linking problems with current binutils


   Date: Mon, 19 Jul 1999 23:09:13 -0400
   From: Daniel Jacobowitz <drow@false.org>

   A brief experiment showed that sec->output_section == NULL for the
   symbols in question, and (h->elf_link_hash_flags &
   ELF_LINK_HASH_DEF_REGULAR) == 0.  So that doesn't quite seem to be the
   problem.

Yes, now I understand that it really is trying to call a symbol in
another object, and the test is correct to report failure.

Ian

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