Re: aapcs apcs-gnu

2006-03-16 Thread Paul Brook
> Ok, > but the default is to use the apcs-gnu instend of aapcs. Is it right? For > compatibility problem is usefull to forse the abi to the standard. Depends how you configure your toolchain. If you use the eabi targets the default will be aapcs/EABI. Paul

Re: aapcs apcs-gnu

2006-03-15 Thread trimarchi
Quoting Paul Brook <[EMAIL PROTECTED]>: On Wednesday 15 March 2006 05:20, [EMAIL PROTECTED] wrote: Hi all, what is the difference beetween this abi? The standard arm procedure call is the first one. What is introduced in the apcs-gnu? Is there some documentation about the last one? "apcs-gnu"

Re: aapcs apcs-gnu

2006-03-15 Thread Paul Brook
On Wednesday 15 March 2006 05:20, [EMAIL PROTECTED] wrote: > Hi all, > what is the difference beetween this abi? > The standard arm procedure call is the first one. What is introduced in the > apcs-gnu? Is there some documentation about the last one? "apcs-gnu" is the pre-EABI calling convention.