[PATCH] Delete vax*-*-*vms* (and unbreak GDB)

Sergio Durigan Junior sergiodj@redhat.com
Wed Apr 28 04:58:00 GMT 2010


Hi,

I sent this message to the gdb-patches mailing-list:

http://sourceware.org/ml/gdb-patches/2010-04/msg00936.html

And this is the patch to fix it, with a ChangeLog included.  Please, feel
free to do any modifications on the patch and commit it.

Thank you,

-- 
Sergio

bfd/ChangeLog:

2010-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>

	* config.bfd (vax*-*-*vms*): It was mistakenly reincluded.
	Remove it again to fix the regression.

diff --git a/bfd/config.bfd b/bfd/config.bfd
index 6420f5f..d39ef18 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -1510,10 +1510,6 @@ case "${targ}" in
     targ_defvec=bfd_elf32_vax_vec
     ;;
 
-  vax*-*-*vms*)
-    targ_defvec=vms_vax_vec
-    ;;
-
   we32k-*-*)
     targ_defvec=we32kcoff_vec
     ;;



More information about the Binutils mailing list