[PATCH] Massage cpp output before passing to awk for generating sdksyms.c

2015-02-11 Thread Alan Coopersmith
Fixes build errors when using Solaris Studio 12.4 from getting the wrong strings (such as __attribute__) put into the sdksyms function list. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- hw/xfree86/Makefile.am |3 ++- hw/xfree86/sdksyms.sh |7 ++- 2 files changed,

[PATCH] sdksyms.sh: Make sdksyms.sh work with gcc5.

2015-02-11 Thread Hans de Goede
gcc5's cpp inserts patterns like this: extern __attribute__((visibility(default))) int WaitForSomething(int * ); This patch make sdksyms.sh work with this. Note my awk skills are weak, so there likely is a better way to deal with this. Signed-off-by: Hans de Goede

Re: [PATCH] sdksyms.sh: Make sdksyms.sh work with gcc5.

2015-02-11 Thread Hans de Goede
Hi, In case someone wants to do a better fix, I've put a file already mangled by gcc5 cpp here: https://fedorapeople.org/~jwrdegoede/sdksyms.pre Regards, Hans On 11-02-15 16:39, Hans de Goede wrote: gcc5's cpp inserts patterns like this: extern __attribute__((visibility(default)))

GSoC Ideas!

2015-02-11 Thread Alex Deucher
Hi everyone! It's that time of year again. Time to start coming up with GSoC ideas. Martin and I are organizing this year's Xorg entry. We need to fill in our ideas page with some good possible projects for students. The project ideas should be something that a student could accomplish over