This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


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

Re: binutils 2.9 powerpc-rtems breakage


   Date: Tue, 14 Apr 1998 13:56:21 -0500 (CDT)
   From: Joel Sherrill <joel@OARcorp.com>

   On Tue, 14 Apr 1998, Ian Lance Taylor wrote:

   > OK, so why isn't elf32-powerpcle in your target list?

   I do not know.  I have not been tinkering with anything.  

I meant to suggest that that is what you should look into next.

I don't have this problem, so you have to debug it yourself.

   > It would normally be there because of a -DSELECT_VECS argument when
   > targets.c was compiled.

   OK.  

So, build BFD, and see what -DSELECT_VECS look like when targets.c is
compiled.

   Is there anything else I could look at in gdb to figure out which vectors
   are available?  Would that be a clue?

You can see which vectors are available by looking at the contents of
the array bfd_target_vector.

Ian