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: powerpc-eabi linker crash w/linked binary data


   From: jtc@redback.com (J.T. Conklin)
   Date: 19 Feb 2000 16:01:00 -0800

   What's the right approach to fix this problem.  Should this loop skip
   non ELF input BFDs?

Yes.  Any loop over all input BFDs or all input sections has to check
the flavour.  By searching for input_bfds in elflink.h, I think there
are several spots in the gc code which need to be fixed up.

Ian

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