diff options
author | Nick Clifton <nickc@redhat.com> | 2019-02-07 14:30:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-02-07 14:30:02 +0000 |
commit | 2012bf013b2ce507b181c0d9049ad946b2a59d8a (patch) | |
tree | cc811905291b107f558f4217e9c423f949a5f222 /bfd | |
parent | bd447abb2442f74c2b4886f6cdacd16fce3c9d65 (diff) | |
download | gdb-2012bf013b2ce507b181c0d9049ad946b2a59d8a.zip gdb-2012bf013b2ce507b181c0d9049ad946b2a59d8a.tar.gz gdb-2012bf013b2ce507b181c0d9049ad946b2a59d8a.tar.bz2 |
Move potentially obsolete BFD targets into the definitely obsolete section. Add a note to the README-how-to-make-a-release document about doing this.
bfd * config.bfd: Move the powerpc-lynxos and powerpc-windiss targets
into the definitely obsolete list.
binutils * README-how-to-make-a-release: Add a note about updating the
obsolete targets in the bfd/config.bfd file.
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 22eab1e..0aff60c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2019-02-07 Nick Clifton <nickc@redhat.com> + + * config.bfd: Move the powerpc-lynxos and powerpc-windiss targets + into the definitely obsolete list. + 2019-02-05 H.J. Lu <hongjiu.lu@intel.com> PR ld/24151 diff --git a/bfd/config.bfd b/bfd/config.bfd index 0e1ddb6..f13812b 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 ;; - powerpc-*-lynxos* | powerpc-*-windiss* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 @@ -139,6 +138,7 @@ case $targ in mips*-dec-* | \ mips*-sgi-* | \ mips*el-*-rtems* | \ + powerpc-*-lynxos* | powerpc-*-windiss* | \ sh*-*-symbianelf* | sh5*-*-* | sh64*-*-* | \ sparc*-*-*aout* | \ sparc*-*-chorus* | \ |