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

Sergio Durigan Junior sergiodj@redhat.com
Wed Apr 28 03:54:00 GMT 2010


Hi,

GDB HEAD is broken for me.  After a little investigation, I found:

http://sourceware.org/git/gitweb.cgi?p=gdb.git;a=commit;h=d601e14697d99008a3639039f51620d58c8393c5

It's actually a commit on bfd/, and the problem is that it reverts:

http://sourceware.org/git/gitweb.cgi?p=gdb.git;a=commit;h=14ca3db824a85073e5d359d6b5fb7c2f6eb47b39

So the patch is pretty trivial, but since it's not on GDB,
I didn't know if I could commit it.

Anyway, patch attached.

Thanks,

-- 
Sergio

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 Gdb-patches mailing list