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]

A vxworks patch for bfd?


Hi,

Does vxworks use `_' on x86?

-- 
H.J. Lu (hjl@gnu.org)
---
Sat Jul 17 14:03:31 1998  H.J. Lu  (hjl@gnu.org)

	* config.bfd (i[3456]86-*-vxworks*): Add targ_underscore=yes.

Index: bfd/config.bfd
===================================================================
RCS file: /work/cvs/gnu/binutils/bfd/config.bfd,v
retrieving revision 1.1.1.6
diff -u -p -r1.1.1.6 config.bfd
--- bfd/config.bfd	1999/07/17 20:52:22	1.1.1.6
+++ bfd/config.bfd	1999/07/17 21:02:44
@@ -315,6 +320,7 @@ case "${targ}" in
     ;;
   i[3456]86-*-vxworks*)
     targ_defvec=i386aout_vec
+    targ_underscore=yes
     ;;
 
   i860-*-mach3* | i860-*-osf1* | i860-*-coff*)

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