Re: [Cegcc-devel] Some explanations

2008-06-18 Thread Pedro Alves
A Thursday 19 June 2008 05:19:31, Pedro Alves escreveu: > A Wednesday 18 June 2008 17:13:23, Mosfet wrote: > > I saw that amongst modifications you are modifying > > src\gcc\gcc\config\arm\ieee754-df.S > > src\gcc\gcc\config\arm\ieee754-sf.S > > src\gcc\gcc\config\arm\lib1funcs.asm > > > > and your

Re: [Cegcc-devel] Some explanations

2008-06-18 Thread Pedro Alves
A Wednesday 18 June 2008 17:13:23, Mosfet wrote: > I saw that amongst modifications you are modifying > src\gcc\gcc\config\arm\ieee754-df.S > src\gcc\gcc\config\arm\ieee754-sf.S > src\gcc\gcc\config\arm\lib1funcs.asm > > and your are replacing every beq LSYM(Lad_s) by beq LSYM(ad_s) > I

Re: [Cegcc-devel] Some explanations

2008-06-18 Thread Mosfet
No I am referring to the gcc directory. I mean when I do a diff between a gcc 4.1.0 and your cegcc (which has for origin also a 4.1.0 from what I know) I can see that everytime there is something like LSYM(Lad_s) you remove the L. I was just curious to know why you are doing this. On

Re: [Cegcc-devel] Some explanations

2008-06-18 Thread Danny Backx
The gcc-4.3.0 directory is not stable, and I'm not supporting it right now. Is this what you're referring to ? Danny On Wed, 2008-06-18 at 18:13 +0200, Mosfet wrote: > I saw that amongst modifications you are modifying > > > > src\gcc\gcc\config\arm\ieee754-df.S > > src\gcc\gcc\confi

[Cegcc-devel] Some explanations

2008-06-18 Thread Mosfet
I saw that amongst modifications you are modifying src\gcc\gcc\config\arm\ieee754-df.S src\gcc\gcc\config\arm\ieee754-sf.S src\gcc\gcc\config\arm\lib1funcs.asm and your are replacing everybeq LSYM(Lad_s) by beq LSYM(ad_s) What does it mean ? --