Remove accidental enabling of bfd_gas=yes for sh-coff targets.

This commit is contained in:
Nick Clifton 2002-05-21 20:01:53 +00:00
parent 0af11b59ba
commit fa70f2ed23
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2002-05-21 Nick Clifton <nickc@cambridge.redhat.com>
* configure.in: Remove accidental enabling of bfd_gas=yes for
sh-coff targets.
* configure: Regenerate.
2002-05-18 Kazu Hirata <kazu@cs.umass.edu>
* app.c: Fix formatting.

4
gas/configure vendored
View File

@ -2578,10 +2578,10 @@ EOF
esac ;;
sh*-*-netbsdelf*) fmt=elf em=nbsd ;;
sh-*-elf*) fmt=elf ;;
sh-*-coff*) fmt=coff bfd_gas=yes;;
sh-*-coff*) fmt=coff ;;
sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;;
sh-*-rtemself*) fmt=elf ;;
sh-*-rtems*) fmt=coff bfd_gas=yes;;
sh-*-rtems*) fmt=coff ;;
sh64-*-elf*) fmt=elf ;;
ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;;

View File

@ -423,10 +423,10 @@ changequote([,])dnl
esac ;;
sh*-*-netbsdelf*) fmt=elf em=nbsd ;;
sh-*-elf*) fmt=elf ;;
sh-*-coff*) fmt=coff bfd_gas=yes;;
sh-*-coff*) fmt=coff ;;
sh-*-pe*) fmt=coff em=pe bfd_gas=yes endian=little ;;
sh-*-rtemself*) fmt=elf ;;
sh-*-rtems*) fmt=coff bfd_gas=yes;;
sh-*-rtems*) fmt=coff ;;
sh64-*-elf*) fmt=elf ;;
ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;;