m68k calling conventions (long/boring for non-m68k users)

1999-04-04 Thread David Jones
I have installed Debian GNU/Linux on my Amiga 3000. That, along with NetBSD on the HP425, allows me to compare Linux and NetBSD calling conventions. Linux and NetBSD use different assembly language syntax. This is best illustrated with the following C program: double foo(double a) {

Re: m68k calling conventions (long/boring for non-m68k users)

1999-04-04 Thread Godmar Back
Dave, Kiyo, I don't really have the time and m68k knowledge to follow your discussions. It appears to me, however, that we should fix the jit to follow the standard C calling conventions on a given architecture and/or OS/assembler combo, unless there's compelling reason not to do so. I still