[Patch 0/4]: Rewrite of the alpha-vms bfd back-end.

Alan Modra amodra@gmail.com
Thu Apr 15 02:53:00 GMT 2010


On Fri, Apr 09, 2010 at 11:26:38AM +0200, Tristan Gingold wrote:
> First, I have suppressed the vax-vms back-end.  It was already obsoleted in configure, and for sure it was
> not functional.  I will encourage any revival (and I could even give an hand) but AdaCore has no VAX
> business.

In file included from /src/binutils-virgin/bfd/targets.c:1331:
./targmatch.h:2481: error: ‘vms_vax_vec’ undeclared here (not in a function)
cc1: warnings being treated as errors
./targmatch.h:2481: error: missing initializer
./targmatch.h:2481: error: (near initialization for ‘bfd_target_match[418].vector’)

	* config.bfd (vax*-*-*vms*): Delete.

Index: bfd/config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.260
diff -u -p -r1.260 config.bfd
--- bfd/config.bfd	1 Apr 2010 09:47:13 -0000	1.260
+++ bfd/config.bfd	15 Apr 2010 02:47:59 -0000
@@ -1511,10 +1511,6 @@ case "${targ}" in
     targ_defvec=bfd_elf32_vax_vec
     ;;
 
-  vax*-*-*vms*)
-    targ_defvec=vms_vax_vec
-    ;;
-
   we32k-*-*)
     targ_defvec=we32kcoff_vec
     ;;

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list