This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] bfd: Mark sh5*-*-* and sh64*-*-* targets as obsolete.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2b213129c51f4a6c4525120319d9aceb04483ab4

commit 2b213129c51f4a6c4525120319d9aceb04483ab4
Author: Kaz Kojima <kkojima@rr.iij4u.or.jp>
Date:   Mon Dec 7 09:58:37 2015 +0900

    bfd: Mark sh5*-*-* and sh64*-*-* targets as obsolete.

Diff:
---
 bfd/ChangeLog  | 4 ++++
 bfd/config.bfd | 1 +
 2 files changed, 5 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e810dbe..8c0336d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+	* config.bfd: Mark sh5*-*-* and sh64*-*-* as obsolete.
+
 2015-12-04  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* elf32-i386.c (elf_i386_convert_load): Skip if addend isn't 0.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 462a00d..c11204e 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]