On 6/25/07, David Edelsohn <[EMAIL PROTECTED]> wrote:
Just out of curiosity, are you using a version of GCC with or
without the section anchor support? Is the application still overrunning
the TOC with sectcion anchors?
I have access to programs that overflow the TOC even with section
anchors (this is with a modified PPC64 linux ABI in that pointers are
32bits so it takes even more to overflow the TOC). I have noticed
that the linker does not combine duplicated TOC entries across objects
which makes it even easier to overflow the TOC.
Thanks,
Andrew Pinski