From 5a9212a11cf50bdf7c3583aa610f745fd97153ea Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 1 Feb 2020 13:13:14 +0000 Subject: Move pending obsolete targets onto the definitely obsolete list --- bfd/ChangeLog | 5 +++++ bfd/config.bfd | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0ebf45a..f252905 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2020-02-01 Nick Clifton + + * config.bfd: Move the c30-aout and tic30-aout targets onto the + obsolete list. + 2020-01-31 Sandra Loosemore * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): DW_EH_PE_datarel diff --git a/bfd/config.bfd b/bfd/config.bfd index b96931f..4c65e5e 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -53,7 +53,6 @@ case $targ in echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2 exit 1 ;; - c30-*-*aout* | tic30-*-*aout* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 @@ -85,6 +84,7 @@ case $targ in arm-*-oabi | \ arm-*-riscix* | \ arm-epoc-pe* | \ + c30-*-*aout* | tic30-*-*aout* | \ cr16c-*-* | \ h8300*-*-coff | \ h8500*-*-coff | \ -- cgit v1.1