Re: [PATCH] h8300: Hardcode symbol prefixes in asm sources

2013-05-07 Thread Geert Uytterhoeven
On Tue, May 7, 2013 at 2:02 PM, Al Viro wrote: > On Tue, May 07, 2013 at 11:52:00AM +0200, Geert Uytterhoeven wrote: >> arch/h8300/kernel/syscalls.S | 646 >> +++--- > > NAK on this part - either turn it into array initialized in something.c, > or at least do

Re: [PATCH] h8300: Hardcode symbol prefixes in asm sources

2013-05-07 Thread Al Viro
On Tue, May 07, 2013 at 11:52:00AM +0200, Geert Uytterhoeven wrote: > arch/h8300/kernel/syscalls.S | 646 > +++--- NAK on this part - either turn it into array initialized in something.c, or at least do something like #define CALL(x) .long _##x and use that to

[PATCH] h8300: Hardcode symbol prefixes in asm sources

2013-05-07 Thread Geert Uytterhoeven
Commit e1b5bb6d1236d4ad2084c53aa83dde7cdf6f8eea ("consolidate cond_syscall and SYSCALL_ALIAS declarations") broke the h8300 build because it removed the duplicate SYMBOL_NAME() macro from arch/h8300/include/asm/linkage.h, and all the h8300 asm files include instead of . Commit 126de6b20bfb82cc190