diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-11-02 16:24:35 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-11-02 16:24:35 +0000 |
commit | 675b2ace5da967d839f3bfb2a2ba260b602f6551 (patch) | |
tree | c071ea9d983b66ac6e0fa00ad2a4a1e37ece3478 | |
parent | 9f2feefc7a78826e5c4e90e528a372696d38da91 (diff) | |
download | gdb-675b2ace5da967d839f3bfb2a2ba260b602f6551.zip gdb-675b2ace5da967d839f3bfb2a2ba260b602f6551.tar.gz gdb-675b2ace5da967d839f3bfb2a2ba260b602f6551.tar.bz2 |
* config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8d13513..ad485d2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-11-02 Daniel Jacobowitz <dan@debian.org> + + * config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete. + 2004-11-02 Nick Clifton <nickc@redhat.com> * elf32-iq2000.c: Convert to ISO C90 formatting. diff --git a/bfd/config.bfd b/bfd/config.bfd index 682feb2..2e137b2 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -34,6 +34,8 @@ case $targ in m68*-*-lynxos* | \ sparc-*-lynxos* | \ vax-*-vms* | \ + arm-*-oabi | \ + thumb-*-oabi | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 |