diff options
author | Nick Clifton <nickc@redhat.com> | 2020-02-01 13:13:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-02-01 13:13:14 +0000 |
commit | 5a9212a11cf50bdf7c3583aa610f745fd97153ea (patch) | |
tree | d25d9ac76fc239ff5b445694897dc87f15d61757 /bfd | |
parent | b2b1453ad4305f1a000a514e4dfcc09af49fb3dc (diff) | |
download | binutils-5a9212a11cf50bdf7c3583aa610f745fd97153ea.zip binutils-5a9212a11cf50bdf7c3583aa610f745fd97153ea.tar.gz binutils-5a9212a11cf50bdf7c3583aa610f745fd97153ea.tar.bz2 |
Move pending obsolete targets onto the definitely obsolete list
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 6 insertions, 1 deletions
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 <nickc@redhat.com> + + * config.bfd: Move the c30-aout and tic30-aout targets onto the + obsolete list. + 2020-01-31 Sandra Loosemore <sandra@codesourcery.com> * 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 | \ |