From 4c42edf8251333f9120adf23a59d70aa1daa07ce Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 2 Nov 2004 16:24:35 +0000 Subject: [PATCH] * config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete. --- bfd/ChangeLog | 4 ++++ bfd/config.bfd | 2 ++ 2 files changed, 6 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8d13513fe1..ad485d2a07 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-11-02 Daniel Jacobowitz + + * config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete. + 2004-11-02 Nick Clifton * elf32-iq2000.c: Convert to ISO C90 formatting. diff --git a/bfd/config.bfd b/bfd/config.bfd index 682feb2358..2e137b2f01 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 -- 2.11.0