diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2012-03-12 15:56:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2012-03-12 08:56:26 -0700 |
commit | 986b64239b40389df573aef3dec36da5f5637c0d (patch) | |
tree | 56083eec7eeed4a0ee13a9b6ab4ef69cba7b9c56 /gcc/ChangeLog | |
parent | 472b8fdc56b2ff0f8f222a783d0a8174ae96c94a (diff) | |
download | gcc-986b64239b40389df573aef3dec36da5f5637c0d.zip gcc-986b64239b40389df573aef3dec36da5f5637c0d.tar.gz gcc-986b64239b40389df573aef3dec36da5f5637c0d.tar.bz2 |
Properly set ix86_gen_xxx function pointers
2012-03-12 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (ix86_option_override_internal): Properly
set ix86_gen_leave and ix86_gen_monitor. Check Pmode == DImode,
instead of TARGET_64BIT, to set ix86_gen_add3, ix86_gen_sub3,
ix86_gen_one_cmpl2, ix86_gen_andsp,
ix86_gen_allocate_stack_worker, ix86_gen_adjust_stack_and_probe
and ix86_gen_probe_stack_range.
* config/i386/sse.md (sse3_monitor64): Renamed to ...
(sse3_monitor64_<mode>): This.
From-SVN: r185247
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f311999..730e18c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2012-03-12 H.J. Lu <hongjiu.lu@intel.com> + + * config/i386/i386.c (ix86_option_override_internal): Properly + set ix86_gen_leave and ix86_gen_monitor. Check Pmode == DImode, + instead of TARGET_64BIT, to set ix86_gen_add3, ix86_gen_sub3, + ix86_gen_one_cmpl2, ix86_gen_andsp, + ix86_gen_allocate_stack_worker, ix86_gen_adjust_stack_and_probe + and ix86_gen_probe_stack_range. + + * config/i386/sse.md (sse3_monitor64): Renamed to ... + (sse3_monitor64_<mode>): This. + 2012-03-12 Tristan Gingold <gingold@adacore.com> * config/ia64/ia64.c (ia64_function_arg_1): Move code around. |