[Bug target/28904] operand out of range on Linux/PowerPC

amodra at bigpond dot net dot au gcc-bugzilla@gcc.gnu.org
Tue Sep 5 22:51:00 GMT 2006



------- Comment #3 from amodra at bigpond dot net dot au  2006-09-05 22:50 -------
This is a limitation of the -fPIC implementation used on powerpc-linux.  You
get a maximum of 64K bytes of GOT entries per function (ie. 16K entries). 
-fpic is even more limited, with only 64K bytes of GOT for the entire
executable.  (-fpic used to be 32k for the entire executable until the linker
was enhanced.)


-- 

amodra at bigpond dot net dot au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-09-05 22:50:51
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28904



More information about the Gcc-bugs mailing list