This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

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


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


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