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] Mark the i370 target as obsolete.


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

commit 3ed4ff97cbbeeb2658286769ac9e8a6a35390f26
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Mar 10 15:29:42 2016 +0000

    Mark the i370 target as obsolete.
    
    	* config.bfd: Mark the i370 target as obsolete.

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

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b2075e4..dd4ec75 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-10  Nick Clifton  <nickc@redhat.com>
+
+	* config.bfd: Mark the i370 target as obsolete.
+
 2016-03-09  Pedro Alves  <palves@redhat.com>
 
 	* cpu-v850.c (N): Append ":old-gcc-abi" instead of " (using old
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 5145d4a..7c4eece 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
     ;;
+ i370-* | \
  sh5*-*-* | sh64*-*-* | \
  null)
     if test "x$enable_obsolete" != xyes; then
@@ -541,6 +542,7 @@ case "${targ}" in
     targ_defvec=i370_elf32_vec
     targ_selvecs="i370_elf32_vec"
     ;;
+
   i[3-7]86-*-sco3.2v5*coff)
     targ_defvec=i386_coff_vec
     targ_selvecs=i386_elf32_vec


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