This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 64-bit PowerPC Linux / AIX thunks
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 26 Nov 2001 18:25:56 -0500
- Subject: Re: 64-bit PowerPC Linux / AIX thunks
>>>>> Richard Henderson writes:
Richard> On Mon, Nov 26, 2001 at 04:54:56PM -0500, David Edelsohn wrote:
>> The TARGET_AIX thunk code did not handle minimal-toc and never
>> actually called the target function.
Richard> If you handle sibcalls, I'd be surprised if you even need
Richard> to define the thunk machinery anymore.
Unfortunately, no one ever finished the sibcall support in the
PowerPC port.
David