GNU Binutils with patches for OS216
Révision | 3ed4ff97cbbeeb2658286769ac9e8a6a35390f26 (tree) |
---|---|
l'heure | 2016-03-11 00:29:42 |
Auteur | Nick Clifton <nickc@redh...> |
Commiter | Nick Clifton |
Mark the i370 target as obsolete.
* config.bfd: Mark the i370 target as obsolete.
@@ -1,3 +1,7 @@ | ||
1 | +2016-03-10 Nick Clifton <nickc@redhat.com> | |
2 | + | |
3 | + * config.bfd: Mark the i370 target as obsolete. | |
4 | + | |
1 | 5 | 2016-03-09 Pedro Alves <palves@redhat.com> |
2 | 6 | |
3 | 7 | * cpu-v850.c (N): Append ":old-gcc-abi" instead of " (using old |
@@ -53,6 +53,7 @@ case $targ in | ||
53 | 53 | echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2 |
54 | 54 | exit 1 |
55 | 55 | ;; |
56 | + i370-* | \ | |
56 | 57 | sh5*-*-* | sh64*-*-* | \ |
57 | 58 | null) |
58 | 59 | if test "x$enable_obsolete" != xyes; then |
@@ -541,6 +542,7 @@ case "${targ}" in | ||
541 | 542 | targ_defvec=i370_elf32_vec |
542 | 543 | targ_selvecs="i370_elf32_vec" |
543 | 544 | ;; |
545 | + | |
544 | 546 | i[3-7]86-*-sco3.2v5*coff) |
545 | 547 | targ_defvec=i386_coff_vec |
546 | 548 | targ_selvecs=i386_elf32_vec |