PR 2606
authorAlan Modra <amodra@gmail.com>
Fri, 19 Nov 2010 02:32:00 +0000 (02:32 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 19 Nov 2010 02:32:00 +0000 (02:32 +0000)
* configure.in: Disable emulations for PE targets.
* configure: Regenerate.

gas/ChangeLog
gas/configure
gas/configure.in

index cd8a772..ce29bfe 100644 (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
index 4b06ca4..d5431f2 100755 (executable)
@@ -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.
index 0d5e3e1..c11d1df 100644 (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.