mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Move the xc16x target to the obsolete list
This commit is contained in:
@ -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>
|
2020-07-22 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* binary.c (binary_get_section_contents): Seek using offset
|
* binary.c (binary_get_section_contents): Seek using offset
|
||||||
|
@ -53,7 +53,6 @@ case $targ in
|
|||||||
echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
|
echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
xc16x-*-* | \
|
|
||||||
null)
|
null)
|
||||||
if test "x$enable_obsolete" != xyes; then
|
if test "x$enable_obsolete" != xyes; then
|
||||||
echo "*** Configuration $targ is obsolete." >&2
|
echo "*** Configuration $targ is obsolete." >&2
|
||||||
@ -153,6 +152,7 @@ case $targ in
|
|||||||
vax-*-bsd* | vax-*-ultrix* | vax-*-vms* | \
|
vax-*-bsd* | vax-*-ultrix* | vax-*-vms* | \
|
||||||
w65-*-* | \
|
w65-*-* | \
|
||||||
we32k-*-* | \
|
we32k-*-* | \
|
||||||
|
xc16x-*-* | \
|
||||||
null)
|
null)
|
||||||
echo "*** Configuration $targ is obsolete." >&2
|
echo "*** Configuration $targ is obsolete." >&2
|
||||||
echo "*** Support has been REMOVED." >&2
|
echo "*** Support has been REMOVED." >&2
|
||||||
|
Reference in New Issue
Block a user