aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-04-15 02:54:02 +0000
committerAlan Modra <amodra@gmail.com>2010-04-15 02:54:02 +0000
commitf526ccf3c10b27adc2804234de71eff064b5f1bd (patch)
treea329c0828755caf26cd1597e198dac83082182e0
parent04ceb17cc3c01f9c25a77a6b3b7c53822a77c21c (diff)
downloadgdb-f526ccf3c10b27adc2804234de71eff064b5f1bd.zip
gdb-f526ccf3c10b27adc2804234de71eff064b5f1bd.tar.gz
gdb-f526ccf3c10b27adc2804234de71eff064b5f1bd.tar.bz2
* config.bfd (vax*-*-*vms*): Delete.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.bfd4
2 files changed, 4 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 59e1cba..ed2cb3b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-15 Alan Modra <amodra@gmail.com>
+
+ * config.bfd (vax*-*-*vms*): Delete.
+
2010-04-14 Tristan Gingold <gingold@adacore.com>
* Makefile.am (BFD32_BACKENDS): Remove vms-gsd.lo, vms-hdr.lo,
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 1c1c988..ffae428 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -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
;;