* configure.in: Disable emulations for PE targets.
	* configure: Regenerate.
This commit is contained in:
Alan Modra 2010-11-19 02:32:00 +00:00
parent ee9357b4cb
commit 39871c07c4
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-11-19 Alan Modra <amodra@gmail.com>
PR 2606
* configure.in: Disable emulations for PE targets.
* configure: Regenerate.
2010-11-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR gas/12181

5
gas/configure vendored
View File

@ -12316,6 +12316,11 @@ if test ${all_targets} = "yes"; then
esac
fi
# PE code has way too many macros tweaking behaviour
case ${te_file} in
pe*) emulations="" ;;
esac
# Assign floating point type. Most processors with FP support
# IEEE FP. On those that don't support FP at all, usually IEEE
# is emulated.

View File

@ -466,6 +466,11 @@ if test ${all_targets} = "yes"; then
esac
fi
# PE code has way too many macros tweaking behaviour
case ${te_file} in
pe*) emulations="" ;;
esac
# Assign floating point type. Most processors with FP support
# IEEE FP. On those that don't support FP at all, usually IEEE
# is emulated.