This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52698] -maddress-mode=long doesn't work
- From: "uros at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 29 Mar 2012 19:16:42 +0000
- Subject: [Bug target/52698] -maddress-mode=long doesn't work
- Auto-submitted: auto-generated
- References: <bug-52698-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52698
--- Comment #9 from uros at gcc dot gnu.org 2012-03-29 19:16:42 UTC ---
Author: uros
Date: Thu Mar 29 19:16:34 2012
New Revision: 185972
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185972
Log:
Backported from mainline
2012-03-27 Uros Bizjak <ubizjak@gmail.com>
PR target/52698
* config/i386/i386-protos.h (ix86_legitimize_reload_address):
New prototype.
* config/i386/i386.h (LEGITIMIZE_RELOAD_ADDRESS): New define.
* config/i386/i386.c: Include reload.h.
(ix86_legitimize_reload_address): New function.
Modified:
branches/gcc-4_7-branch/gcc/ChangeLog
branches/gcc-4_7-branch/gcc/config/i386/i386-protos.h
branches/gcc-4_7-branch/gcc/config/i386/i386.c
branches/gcc-4_7-branch/gcc/config/i386/i386.h