aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
;;