RE: FASTCALL support

2005-03-31 Thread Rupert Wood
Ivan Leo Puoti wrote: > I would like to know if the FASTCALL calling convention will be > supported by gcc on linux sometime soon, I need this for some > software I'm writing. It already is: http://gcc.gnu.org/onlinedocs/gcc-3.4.3/gcc/Function-Attributes.html e.g. int __attribute((fast

FASTCALL support

2005-03-31 Thread Ivan Leo Puoti
Hello, I would like to know if the FASTCALL calling convention will be supported by gcc on linux sometime soon, I need this for some software I'm writing. Please cc any answers to me as I'm not subscribed to the list, thanks in advance for any answerers. Ivan.