Re: [Pixman] [PATCH pixman] test: Added more demos and tests to .gitignore file

2015-05-05 Thread Bill Spitzak
On 05/04/2015 11:57 PM, Pekka Paalanen wrote: On Wed, 29 Apr 2015 11:44:17 -0700 Bill Spitzak wrote: Uses a wildcard to handle the majority which end in "-test". --- .gitignore | 45 + 1 file changed, 5 insertions(+), 40 deletions(-) Looks

[Pixman] [PATCH v2] MIPS: Drop #ifdef __ELF__ in definition of LEAF_MIPS32R2

2015-05-05 Thread James Cowgill
Commit 6d2cf40166d8 ("MIPS: Fix exported symbols in public API") attempted to add a .hidden assembly directive, conditional on the code being compiled for an ELF target. Unfortunately the #ifdef added was already inside a macro and wasn't expanded properly by the preprocessor. Fix by removing the

Re: [Pixman] [PATCH] MIPS: Use .if instead of #ifdef definition of LEAF_MIPS32R2

2015-05-05 Thread James Cowgill
On Tue, 2015-05-05 at 18:04 +0300, Siarhei Siamashka wrote: > Thanks. But this is not quite correct. For example, try the > following example with the GNU assembler: > > $ cat test.S > .if __FOOBAR__ >.foobar_specific_directive > .endif > > $ gcc test.S > test.S: Assem

Re: [Pixman] [PATCH] MIPS: Use .if instead of #ifdef definition of LEAF_MIPS32R2

2015-05-05 Thread Siarhei Siamashka
On Tue, 5 May 2015 13:13:31 +0100 James Cowgill wrote: > From: Vicente Olivert Riera > > Commit 6d2cf40166d8 ("MIPS: Fix exported symbols in public API") attempted to > add a .hidden assembly directive, conditional on the code being compiled for > an > ELF target. Unfortunately the #ifdef add

[Pixman] [PATCH] MIPS: Use .if instead of #ifdef definition of LEAF_MIPS32R2

2015-05-05 Thread James Cowgill
From: Vicente Olivert Riera Commit 6d2cf40166d8 ("MIPS: Fix exported symbols in public API") attempted to add a .hidden assembly directive, conditional on the code being compiled for an ELF target. Unfortunately the #ifdef added was already inside a macro and wasn't expanded properly by the prepr

Re: [Pixman] pixman fails to build on mips32r2

2015-05-05 Thread Pekka Paalanen
On Mon, 27 Apr 2015 09:58:18 +0100 James Cowgill wrote: > On Mon, 2015-04-27 at 11:35 +0300, Pekka Paalanen wrote: > > On Fri, 24 Apr 2015 17:09:52 +0100 James Cowgill > > wrote: > > > Hi, > > > > > > Pixman has been failing to build on mips32r2 since 0.32.6. Can the patch > > > posted in this