Patch to add i386-*-vxworks* and powerpc-*-vxworks* targets to BFD
J.T. Conklin
jtc@redback.com
Thu Jul 15 14:23:00 GMT 1999
This patch adds support for i386-*-vxworks* and powerpc-*-vxworks*
targets to BFD.
They are needed to enable another set of patches contributed to GDB
earlier today (These patches were part of those patches, but I was
asked to re-submit them to binutils directly).
--jtc
1999-07-13 J.T. Conklin <jtc@redback.com>
* config.bfd (i[3456]86-*-vxworks*, powerpc-*-vxworks*): New
targets.
Index: gdb/bfd/config.bfd
diff -c gdb/bfd/config.bfd:1.1.1.4 gdb/bfd/config.bfd:1.4
*** gdb/bfd/config.bfd:1.1.1.4 Tue Jul 13 16:44:05 1999
--- gdb/bfd/config.bfd Tue Jul 13 17:16:24 1999
***************
*** 314,319 ****
--- 314,322 ----
i[3456]86-*-aout* | i[3456]86*-*-vsta*)
targ_defvec=i386aout_vec
;;
+ i[3456]86-*-vxworks*)
+ targ_defvec=i386aout_vec
+ ;;
i860-*-mach3* | i860-*-osf1* | i860-*-coff*)
targ_defvec=i860coff_vec
***************
*** 577,582 ****
--- 580,588 ----
powerpcle-*-pe | powerpcle-*-winnt* | powerpcle-*-cygwin*)
targ_defvec=bfd_powerpcle_pe_vec
targ_selvecs="bfd_powerpcle_pei_vec bfd_powerpc_pei_vec bfd_powerpcle_pe_vec bfd_powerpc_pe_vec"
+ ;;
+ powerpc-*-vxworks*)
+ targ_defvec=bfd_elf32_powerpc_vec
;;
rs6000-*-*)
--
J.T. Conklin
RedBack Networks
More information about the Binutils
mailing list