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

2015-03-03 Thread Egbert Eich
Hans asked for other suggestions to fix the gcc5 breakage of sdksyms.sh. So here is my take on it. Egbert Eich (1): symbols: Fix sdksyms.sh to cope with gcc5 hw/xfree86/sdksyms.sh | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) -- 1.8.4.5

[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)))