]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Move pending obsolete targets onto the definitely obsolete list
authorNick Clifton <nickc@redhat.com>
Sat, 1 Feb 2020 13:13:14 +0000 (13:13 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 1 Feb 2020 13:13:14 +0000 (13:13 +0000)
bfd/ChangeLog
bfd/config.bfd

index 0ebf45a269704b2c72386871b222f4d85965493b..f252905dc0eefbee642b137154d4d336cc370db5 100644 (file)
@@ -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
index b96931f52e6c46fa281738d468b1d88d20237545..4c65e5ea32f96935efbf98eedfef05824c59fc6a 100644 (file)
@@ -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 | \