Move the xc16x target to the obsolete list

This commit is contained in:
Nick Clifton 2020-07-24 12:01:48 +01:00
parent 2dddfa201b
commit 04f096fb9e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2020-07-24 Nick Clifton <nickc@redhat.com>
* config.bfd: Move xc16x target to the obsolete list.
2020-07-22 Kevin Buettner <kevinb@redhat.com>
* binary.c (binary_get_section_contents): Seek using offset
@ -6,7 +10,7 @@
2020-07-22 Kevin Buettner <kevinb@redhat.com>
* elf.c (_bfd_elf_make_section_from_phdr): Remove hack for GDB.
2020-07-22 Max Filippov <jcmvbkbc@gmail.com>
PR 26246

View File

@ -53,7 +53,6 @@ case $targ in
echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
exit 1
;;
xc16x-*-* | \
null)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration $targ is obsolete." >&2
@ -153,6 +152,7 @@ case $targ in
vax-*-bsd* | vax-*-ultrix* | vax-*-vms* | \
w65-*-* | \
we32k-*-* | \
xc16x-*-* | \
null)
echo "*** Configuration $targ is obsolete." >&2
echo "*** Support has been REMOVED." >&2