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:
Dimitry Andric 2010-10-22 18:14:25 +00:00
parent 7a66be1ab6
commit d6755878f1

View File

@ -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);