From: Jakub Jelinek Date: Mon, 23 May 2005 17:36:13 +0000 (+0000) Subject: First test, then commit... X-Git-Tag: cvs/fedora-glibc-2_3_5-8~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e975f7ef2955c34c381d84b2494b47018c3461ab;p=thirdparty%2Fglibc.git First test, then commit... --- 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 42519cd94ae..2f7c546a4c6 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 1027dac4d8c..393c171eef8 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