PR2606, PR12184
Alan Modra
amodra@gmail.com
Fri Nov 19 02:32:00 GMT 2010
More information about the Binutils mailing list
Fri Nov 19 02:32:00 GMT 2010
- Previous message (by thread): New Spanish PO file for 'gas' (version 2.20.90)
- Next message (by thread): PR2606, PR12184
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm committing this bandaid for PR2606.
PR 2606
* configure.in: Disable emulations for PE targets.
* configure: Regenerate.
Index: gas/configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.220
diff -u -p -r1.220 configure.in
--- gas/configure.in 3 Jul 2010 20:52:24 -0000 1.220
+++ gas/configure.in 19 Nov 2010 02:26:22 -0000
@@ -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.
--
Alan Modra
Australia Development Lab, IBM
- Previous message (by thread): New Spanish PO file for 'gas' (version 2.20.90)
- Next message (by thread): PR2606, PR12184
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list