This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/28904] operand out of range on Linux/PowerPC
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Aug 2006 04:30:51 -0000
- Subject: [Bug target/28904] operand out of range on Linux/PowerPC
- References: <bug-28904-13177@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-31 04:30 -------
Hmm, I am going to go out on a limb and say we should
produce about the following (hopefully I get the right macros):
la temp, ha16(.LC42716-.LCTOC1)(30)
lwz rn, lo16(.LC42716-.LCTOC1)(temp)
This is like what Darwin does for PIC.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28904