Re: [Tinycc-devel] ARM hardfloat prolog

2013-05-02 Thread Daniel Glöckner
On Thu, May 02, 2013 at 01:02:19PM +0200, Thomas Preud'homme wrote: Do you know where big-endian is used and by who? There once was a port of Debian for ARM big endian but it never got much traction so it seems to me there is not much interest for such a port anyway. No, I don't think I've

[Tinycc-devel] ARM hardfloat prolog

2013-05-01 Thread Daniel Glöckner
Hi Thomas, I saw that you used the following line to store the floating point arguments that have been passed in fpu register: o(0xED2D0A00|nf); /* save s0-s15 on stack if needed */ In my 2nd edition ARM ARM this maps to the FSTMS instruction and there is a note allowing implementations to

Re: [Tinycc-devel] ARM hardfloat prolog

2013-05-01 Thread Thomas Preud'homme
Le mercredi 1 mai 2013 16:59:25, Daniel Glöckner a écrit : Hi Thomas, I saw that you used the following line to store the floating point arguments that have been passed in fpu register: o(0xED2D0A00|nf); /* save s0-s15 on stack if needed */ In my 2nd edition ARM ARM this maps to the

Re: [Tinycc-devel] ARM hardfloat prolog

2013-05-01 Thread Daniel Glöckner
On Wed, May 01, 2013 at 05:02:54PM +0200, Thomas Preud'homme wrote: Le mercredi 1 mai 2013 16:59:25, Daniel Glöckner a écrit : In my 2nd edition ARM ARM this maps to the FSTMS instruction and there is a note allowing implementations to keep the values in an internal representation and just