This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r170080 - in /branches/x32/gcc: ChangeLog.x32 c...
- From: hjl at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 12 Feb 2011 17:36:45 -0000
- Subject: r170080 - in /branches/x32/gcc: ChangeLog.x32 c...
Author: hjl
Date: Sat Feb 12 17:36:45 2011
New Revision: 170080
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170080
Log:
Support 32bit address in x32 mode.
2011-02-11 H.J. Lu <hongjiu.lu@intel.com>
PR middle-end/47383
* config/i386/i386.c (ix86_decompose_address): Support 32bit
address in x32 mode.
(ix86_legitimate_address_p): Likewise.
(ix86_fixup_binary_operands): Likewise.
* config/i386/i386.md (*lea_1_x32): New.
Modified:
branches/x32/gcc/ChangeLog.x32
branches/x32/gcc/config/i386/i386.c
branches/x32/gcc/config/i386/i386.md