diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/config.bfd | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 607bece..3cad2a7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2022-02-09 Nick Clifton <nickc@redhat.com> + + * config.bfd: Move pending obsolesence targets into the definitely + obsolete list. + 2022-02-02 Nick Clifton <nickc@redhat.com> PR 28834 diff --git a/bfd/config.bfd b/bfd/config.bfd index cfe5824..f1917f4 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -48,8 +48,6 @@ targ_underscore=no # Catch obsolete configurations. case $targ in - m32c-*-rtems* | \ - ns32k-*-netbsd* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 @@ -66,7 +64,7 @@ case $targ in # Explicit, no defaulting ;; ns32k-*-netbsd*) - # The obsolete warning is enough, and ns32k does not have ELF support + # The obsolete warning below is enough, and ns32k does not have ELF support ;; *-*-netbsd* ) targ_migrated=`echo "$targ" | sed 's/netbsd/netbsdaout/'` @@ -154,6 +152,8 @@ case $targ in mips*-dec-* | \ mips*-sgi-* | \ mips*el-*-rtems* | \ + m32c-*-rtems* | \ + ns32k-*-netbsd* | \ openrisc-*-* | \ or32-*-* | \ powerpc-*-lynxos* | powerpc-*-windiss* | \ |