From 2b213129c51f4a6c4525120319d9aceb04483ab4 Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Mon, 7 Dec 2015 09:58:37 +0900 Subject: [PATCH] bfd: Mark sh5*-*-* and sh64*-*-* targets as obsolete. --- bfd/ChangeLog | 4 ++++ bfd/config.bfd | 1 + 2 files changed, 5 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e810dbe1c87..8c0336d2fdd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2015-12-07 Kaz Kojima + + * config.bfd: Mark sh5*-*-* and sh64*-*-* as obsolete. + 2015-12-04 H.J. Lu * elf32-i386.c (elf_i386_convert_load): Skip if addend isn't 0. diff --git a/bfd/config.bfd b/bfd/config.bfd index 462a00dc392..c11204e339f 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -53,6 +53,7 @@ case $targ in echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2 exit 1 ;; + sh5*-*-* | sh64*-*-* | \ null) if test "x$enable_obsolete" != xyes; then echo "*** Configuration $targ is obsolete." >&2 -- 2.30.2