about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-05-23 17:36:13 +0000
committerJakub Jelinek <jakub@redhat.com>2005-05-23 17:36:13 +0000
commite975f7ef2955c34c381d84b2494b47018c3461ab (patch)
tree252dde22c4ef4329d358c3591ec69e6ecda112bf
parent20e33a2a2a0fff6daf56da95d08dc6d9c842d45f (diff)
downloadglibc-e975f7ef2955c34c381d84b2494b47018c3461ab.tar.gz
glibc-e975f7ef2955c34c381d84b2494b47018c3461ab.tar.xz
glibc-e975f7ef2955c34c381d84b2494b47018c3461ab.zip
First test, then commit...
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h4
-rw-r--r--nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
index 42519cd94a..2f7c546a4c 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
+++ b/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
@@ -82,8 +82,8 @@
 #  define CENABLE	bl __libc_enable_asynccancel@local
 #  define CDISABLE	bl __libc_disable_asynccancel@local
 # else
-#  define CENABLE	JUMPTARGET(__librt_enable_asynccancel)
-#  define CDISABLE	JUMPTARGET(__librt_disable_asynccancel)
+#  define CENABLE	bl JUMPTARGET(__librt_enable_asynccancel)
+#  define CDISABLE	bl JUMPTARGET(__librt_disable_asynccancel)
 # endif
 
 # ifdef HAVE_TLS_SUPPORT
diff --git a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
index 1027dac4d8..393c171eef 100644
--- a/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
+++ b/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
@@ -91,8 +91,8 @@
 #  define CENABLE	bl __libc_enable_asynccancel@local
 #  define CDISABLE	bl __libc_disable_asynccancel@local
 # elif defined IS_IN_librt
-#  define CENABLE	JUMPTARGET(__librt_enable_asynccancel)
-#  define CDISABLE	JUMPTARGET(__librt_disable_asynccancel)
+#  define CENABLE	bl JUMPTARGET(__librt_enable_asynccancel)
+#  define CDISABLE	bl JUMPTARGET(__librt_disable_asynccancel)
 # else
 #  error Unsupported library
 # endif