This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ppc64 __attribute__((visibility ("hidden"))) and multiple TOCs


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]