On Mon, Jun 25, 2007 at 07:32:48AM -0400, David Edelsohn wrote:
> >>>>> Jakub Jelinek writes:
> 
> Jakub> compiled on ppc64-linux with -O2 -m64 -mminimal-toc
> Jakub> leads to bl bar without nop in the following instruction
> Jakub> and to sibling call.
> Jakub> Now, when this together with bar's definition is linked
> Jakub> into a big binary and foo and bar need to have different TOCs,
> 
>       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?

Without (4.1.2).  The program being linked is frysk and has quite a lot of
Java stuff linked into it.

        Jakub

Reply via email to