From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: joel@OARcorp.com Cc: gas2@cygnus.com Subject: Re: binutils 2.9 powerpc-rtems breakage Date: Tue, 14 Apr 1998 11:58:00 -0000 Message-id: <199804141858.OAA16295@subrogation.cygnus.com> References: X-SW-Source: 1998/msg00117.html Date: Tue, 14 Apr 1998 13:56:21 -0500 (CDT) From: Joel Sherrill 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