aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-01-31 17:18:51 +0000
committerNick Clifton <nickc@redhat.com>2005-01-31 17:18:51 +0000
commitd64867963301f6059d83c42d241ee5ba1ae4ccbd (patch)
treee0218fa4ccf72d78aa6767dc2b276bd26d24a8e4 /bfd
parentca3bc58f0ac01b58c2285752be247766840b0b44 (diff)
downloadgdb-d64867963301f6059d83c42d241ee5ba1ae4ccbd.zip
gdb-d64867963301f6059d83c42d241ee5ba1ae4ccbd.tar.gz
gdb-d64867963301f6059d83c42d241ee5ba1ae4ccbd.tar.bz2
Remove obsolete targets
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/config.bfd6
2 files changed, 8 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 955d393..9a9785f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-31 Nick Clifton <nickc@redhat.com>
+
+ * confg.bfd: Make targets scheduled for obsoletion (m68k-lynxos,
+ sparc-lynxos, vax-vms) be obsolete.
+
2005-01-28 Daniel Jacobowitz <dan@codesourcery.com>
* elf-bfd.h (struct elf_backend_data): Add minpagesize.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index f466e64..52abbc6 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -31,9 +31,6 @@ targ_underscore=no
# Catch obsolete configurations.
case $targ in
- m68*-*-lynxos* | \
- sparc-*-lynxos* | \
- vax-*-vms* | \
null)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration $targ is obsolete." >&2
@@ -45,6 +42,9 @@ case $targ in
esac
case $targ in
+ m68*-*-lynxos* | \
+ sparc-*-lynxos* | \
+ vax-*-vms* | \
arm-*-oabi | \
thumb-*-oabi | \
null)