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 cd8a7723f9611eaf15268b828b75bc2160d5e422..ce29bfe7d3b968c2d838d739ca31ff9c7682363b 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 4b06ca44d70eedd9aec089495f60f0ba33d0f413..d5431f28cd0a0aacda783d7df3e8fe059585f733 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 0d5e3e175c91b517ee60f96daad8a7a6762c0263..c11d1dfe7250dca36e71ed7ffd290907deb7fdd7 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.