mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
PR 2606
* configure.in: Disable emulations for PE targets. * configure: Regenerate.
This commit is contained in:
@ -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>
|
2010-11-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
PR gas/12181
|
PR gas/12181
|
||||||
|
5
gas/configure
vendored
5
gas/configure
vendored
@ -12316,6 +12316,11 @@ if test ${all_targets} = "yes"; then
|
|||||||
esac
|
esac
|
||||||
fi
|
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
|
# Assign floating point type. Most processors with FP support
|
||||||
# IEEE FP. On those that don't support FP at all, usually IEEE
|
# IEEE FP. On those that don't support FP at all, usually IEEE
|
||||||
# is emulated.
|
# is emulated.
|
||||||
|
@ -466,6 +466,11 @@ if test ${all_targets} = "yes"; then
|
|||||||
esac
|
esac
|
||||||
fi
|
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
|
# Assign floating point type. Most processors with FP support
|
||||||
# IEEE FP. On those that don't support FP at all, usually IEEE
|
# IEEE FP. On those that don't support FP at all, usually IEEE
|
||||||
# is emulated.
|
# is emulated.
|
||||||
|
Reference in New Issue
Block a user