This is the mail archive of the gcc-patches@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: [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


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