Mark the i370 target as obsolete.
authorNick Clifton <nickc@redhat.com>
Thu, 10 Mar 2016 15:29:42 +0000 (15:29 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 10 Mar 2016 15:29:42 +0000 (15:29 +0000)
* config.bfd: Mark the i370 target as obsolete.

bfd/ChangeLog
bfd/config.bfd

index b2075e4b30d02c610641bc6e0f5a35cc4142cefc..dd4ec7556caaf47c04c7acac12351d4cf9f4caca 100644 (file)
@@ -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
index 5145d4a505523c9a05be11c5e0c6bec7e2887604..7c4eece6b73df6f824add2295f3b1e5b8cf119c0 100644 (file)
@@ -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
This page took 0.026811 seconds and 4 git commands to generate.