[PATCH] Allow gas to match VxWorks variants.

Phil Edwards phil@codesourcery.com
Mon Aug 29 10:19:00 GMT 2005


On 08/22/05 23:23, Alan Modra wrote:
> On Mon, Aug 22, 2005 at 12:24:44PM -0400, Phil Edwards wrote:
> 
>>	* gas/configure.tgt (*-*-vxworks):  Match vxworks* instead.
> 
> Applied.

Many thanks.  While working on other architectures, I discovered that bfd
needs the same treatment.  Could this be applied as well please?


2005-08-29  Phil Edwards  <phil@codesourcery.com>

	* config.bfd (i[3-7]86-*-vxworks):  Match vxworks* instead.


Index: config.bfd
===================================================================
RCS file: /home/gcc/repos/src/src/bfd/config.bfd,v
retrieving revision 1.196
diff -u -p -r1.196 config.bfd
--- config.bfd	18 Aug 2005 11:06:58 -0000	1.196
+++ config.bfd	29 Aug 2005 10:17:12 -0000
@@ -603,7 +603,7 @@ case "${targ}" in
    i[3-7]86-*-aout* | i[3-7]86*-*-vsta*)
      targ_defvec=i386aout_vec
      ;;
-  i[3-7]86-*-vxworks)
+  i[3-7]86-*-vxworks*)
      targ_defvec=bfd_elf32_i386_vxworks_vec
      targ_underscore=yes
      ;;



More information about the Binutils mailing list