Remove some spaces from __sym_compat() macro, since gas 2.17 is more
fussy about spaces surrounding '@' signs in versioned symbol names.
This commit is contained in:
parent
7a66be1ab6
commit
d6755878f1
@ -36,7 +36,7 @@
|
||||
#define __LIBC_COMPAT_H__
|
||||
|
||||
#define __sym_compat(sym,impl,verid) \
|
||||
.symver impl , sym @ verid
|
||||
.symver impl, sym@verid
|
||||
|
||||
__sym_compat(__semctl, freebsd7___semctl, FBSD_1.0);
|
||||
__sym_compat(msgctl, freebsd7_msgctl, FBSD_1.0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user