Re: [Tinycc-devel] Support arm hardfloat calling convention

2012-11-11 Thread Thomas Preud'homme
Le dimanche 11 novembre 2012 17:14:45, Milutin Jovanović a écrit : > Hi, > > Sorry for resurecting an old thread, but I do believe it is related. I am > having some trouble passing tests on Raspberry Pi (armv6 vfp), specifically > float point ones. > > Below pseude code is my understanding of com

Re: [Tinycc-devel] Support arm hardfloat calling convention

2012-11-11 Thread Milutin Jovanović
Hi, Sorry for resurecting an old thread, but I do believe it is related. I am having some trouble passing tests on Raspberry Pi (armv6 vfp), specifically float point ones. Below pseude code is my understanding of compiler predefines. Did I understand their meaning correctly? #if !defined(TCC_ARM

Re: [Tinycc-devel] Support arm hardfloat calling convention

2012-06-05 Thread Thomas Preud'homme
Le mercredi 6 juin 2012 00:35:09, Daniel Glöckner a écrit : > On Mon, Jun 04, 2012 at 10:49:35PM +0200, Thomas Preud'homme wrote: > > I might be able to give you an access to a Debian porterbox. Would you be > > interested? > > Thanks, but no. > These days I don't do that much TinyCC related in my

Re: [Tinycc-devel] Support arm hardfloat calling convention

2012-06-05 Thread Daniel Glöckner
On Mon, Jun 04, 2012 at 10:49:35PM +0200, Thomas Preud'homme wrote: > I might be able to give you an access to a Debian porterbox. Would you be > interested? Thanks, but no. These days I don't do that much TinyCC related in my spare time. Daniel ___

Re: [Tinycc-devel] Support arm hardfloat calling convention

2012-06-04 Thread Thomas Preud'homme
Le lundi 4 juin 2012 21:51:27, Daniel Glöckner a écrit : > Hi Thomas, > > On Tue, May 22, 2012 at 03:42:47PM +0200, Thomas Preud'homme wrote: > > I added support for arm hardfloat calling convention (standard variant in > > AAPCS) and I would appreciate some feedback on the patch. > > there I was

Re: [Tinycc-devel] Support arm hardfloat calling convention

2012-06-04 Thread Daniel Glöckner
Hi Thomas, On Tue, May 22, 2012 at 03:42:47PM +0200, Thomas Preud'homme wrote: > I added support for arm hardfloat calling convention (standard variant in > AAPCS) and I would appreciate some feedback on the patch. there I was thinking that no one (including myself) would ever be able to underst

[Tinycc-devel] Support arm hardfloat calling convention

2012-05-22 Thread Thomas Preud'homme
Greetings everybody, I added support for arm hardfloat calling convention (standard variant in AAPCS) and I would appreciate some feedback on the patch. Tcc's testsuite pass correctly on armel so at least there shouldn't be regression but I would still prefer some people to review it and try it