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: Andreas Tobler <toa at pop dot agri dot ch>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, Geoff Keating <geoffk at geoffk dot org>
- Date: Sat, 30 Aug 2003 07:27:55 +0200
- Subject: Re: [patch] libffi darwin structure implementation (PPC)
- References: <200308291910.h7TJAGQ20884@tin.geop.uc.edu>
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 */
Andreas