Remove some unneeded spaces from the __sym_compat() macro, since newer

versions of gas are more fussy about spaces surrounding '@' signs in
versioned symbol names.
This commit is contained in:
dim 2010-11-11 21:36:52 +00:00
parent c08375b9a1
commit 723162fdf7

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