From 39871c07c409c2fa6217bf339d20504d2afb4df4 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 19 Nov 2010 02:32:00 +0000 Subject: PR 2606 * configure.in: Disable emulations for PE targets. * configure: Regenerate. --- gas/configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/configure') diff --git a/gas/configure b/gas/configure index 4b06ca4..d5431f2 100755 --- a/gas/configure +++ b/gas/configure @@ -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. -- cgit v1.1