From 04f096fb9e250968bae755a536bd5444bc266402 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 24 Jul 2020 12:01:48 +0100 Subject: [PATCH] Move the xc16x target to the obsolete list --- bfd/ChangeLog | 6 +++++- bfd/config.bfd | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5849c4ebdd5..b161e20c21e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2020-07-24 Nick Clifton + + * config.bfd: Move xc16x target to the obsolete list. + 2020-07-22 Kevin Buettner * binary.c (binary_get_section_contents): Seek using offset @@ -6,7 +10,7 @@ 2020-07-22 Kevin Buettner * elf.c (_bfd_elf_make_section_from_phdr): Remove hack for GDB. - + 2020-07-22 Max Filippov PR 26246 diff --git a/bfd/config.bfd b/bfd/config.bfd index 4586a89d0f9..d48662252eb 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 ;; - 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 -- 2.30.2