This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFH] Fixing -fsection-anchors on powerpc-darwin
On Feb 19, 2006, at 2:39 PM, Andrew Pinski wrote:
Now I run into another problem:
/var/tmp//ccBWaqmT.s:130:Fixup of 1073745640 too large for field width
of 26 bits
We have a 1GB decl here. So the section that this decl goes into
is between the TEXT section and the stub section which causes this
error to happen.
I am starting to think the Darwin back-end needs to be changed (or
even linker too, I think Eric C. might be dealing with this but I don't
know).
Thanks,
Andrew Pinski