diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-06-29 21:22:13 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-06-29 21:22:13 +0000 |
commit | 7f41b278fe42fed7b2cb7b5d938883503ef9c77e (patch) | |
tree | 9443ce8a76b0b2ead36ba565ebe8878550a561e4 /bfd | |
parent | c329887411085ea0d667a86d12e27723a24a77c4 (diff) | |
download | gdb-7f41b278fe42fed7b2cb7b5d938883503ef9c77e.zip gdb-7f41b278fe42fed7b2cb7b5d938883503ef9c77e.tar.gz gdb-7f41b278fe42fed7b2cb7b5d938883503ef9c77e.tar.bz2 |
* config.bfd: Mark as obsolete:
m68*-apollo-*
m68*-apple-aux*
m68*-bull-sysv*
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 | ||||
-rw-r--r-- | bfd/config.bfd | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f4e4944..b72e53e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-06-30 Ben Elliston <bje@gnu.org> + + * config.bfd: Mark as obsolete: + m68*-apollo-* + m68*-apple-aux* + m68*-bull-sysv* + 2005-06-29 Alan Modra <amodra@bigpond.net.au> * elflink.c (_bfd_elf_gc_mark): Mark sections referenced by diff --git a/bfd/config.bfd b/bfd/config.bfd index 29cd614..ed3d971 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -31,6 +31,9 @@ targ_underscore=no # Catch obsolete configurations. case $targ in + m68*-apple-aux* | \ + m68*-apollo-* | \ + m68*-bull-sysv* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 |