This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Add i[3456]86-*-vxworks* support to bfd


The enclosed patch adds support for i[3456]86-*-vxworks* to bfd, as
well as setting targ_underscore for i[3456]86-*-aout config.  

This is not useful for GDB as of yet, since as of yet is no support
for the VxWorks on the X86 in the master sources.  However, it does
make it possible to use binutils, etc.

     --jtc

1998-12-02  J.T. Conklin  <jtc@redbacknetworks.com>

	* config.bfd (i[3456]86-*-vxworks*): New target.
	(i[3456]86-*-aout): Add targ_underscore=yes.
	(i[3456]86-*-vsta*): Fix tipo.

Index: config.bfd
===================================================================
RCS file: /usr/rback/release/tools-src/gdb/bfd/config.bfd,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** config.bfd	1998/12/03 00:06:20	1.1
--- config.bfd	1998/12/03 00:46:38	1.2
***************
*** 261,268 ****
    i[3456]86-none-*)
      targ_defvec=i386coff_vec
      ;;
!   i[3456]86-*-aout* | i[3456]86*-*-vsta*)
      targ_defvec=i386aout_vec
      ;;
  
    i860-*-mach3* | i860-*-osf1* | i860-*-coff*)
--- 261,273 ----
    i[3456]86-none-*)
      targ_defvec=i386coff_vec
      ;;
!   i[3456]86-*-vxworks*)
      targ_defvec=i386aout_vec
+     targ_underscore=yes
+     ;;
+   i[3456]86-*-aout* | i[3456]86-*-vsta*)
+     targ_defvec=i386aout_vec
+     targ_underscore=yes
      ;;
  
    i860-*-mach3* | i860-*-osf1* | i860-*-coff*)