This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] libffi darwin structure implementation (PPC)
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, gcc-patches <gcc-patches at gcc dot gnu dot org>, Geoff Keating <geoffk at geoffk dot org>
- Date: Sat, 30 Aug 2003 08:36:16 -0400
- Subject: Re: [patch] libffi darwin structure implementation (PPC)
On Saturday, Aug 30, 2003, at 01:27 US/Eastern, Andreas Tobler wrote:
Andrew Pinski wrote:
Comments are welcome.
Only two comments/suggestions.
+ tramp[1] = 0x4800000d; /* bl 10
<trampoline_initial+0x10> */
Like this?
tramp[1] = 0x429f000d; /* bcl- 20,4*cr7+so,0x10 */
Yes like this and
On Saturday, Aug 30, 2003, at 06:09 US/Eastern, Andrew Haley wrote:
Andreas Tobler writes:
Ok, have to figure out what you mean exactly. I guess you mean
'casts' ?
I think he means
tramp[3] = (unsigned int) ffi_closure_ASM; /* function */
Yes like this too.
Sorry for explaining myself.
Thanks,
Andrew Pinski