------- 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