about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-13 01:06:30 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-13 01:06:30 +0000
commit959c5bbfeee074dbd3dcef98acd41b2e53d14cec (patch)
treed31afe960df1f740187d30e7f69e17be72148a15 /nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
parent3cd698527d2aa2202a8c845a38474cbd7de7ad34 (diff)
downloadglibc-959c5bbfeee074dbd3dcef98acd41b2e53d14cec.tar.gz
glibc-959c5bbfeee074dbd3dcef98acd41b2e53d14cec.tar.xz
glibc-959c5bbfeee074dbd3dcef98acd41b2e53d14cec.zip
Use shlib-compat.h macros instead of .symver directly.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
index 439004a55b..3d67329bd1 100644
--- a/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
+++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
@@ -77,11 +77,11 @@ __new_sem_post:
 	popl	%ebx
 	ret
 	.size	__new_sem_post,.-__new_sem_post
-	.symver	__new_sem_post, sem_post@@GLIBC_2.1
+	versioned_symbol(libpthread, __new_sem_post, sem_post, GLIBC_2_1)
 #if SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1)
 	.global	__old_sem_post
 __old_sem_post = __new_sem_post
-	.symver	__old_sem_post, sem_post@GLIBC_2.0
+	compat_symbol(libpthread, __old_sem_post, sem_post, GLIBC_2_0)
 #endif