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]

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


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
     ;;


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