From: Richard Henderson Date: Fri, 16 Jan 2004 06:04:53 +0000 (+0000) Subject: * sysdeps/unix/alpha/sysdep.h: Revert last change. X-Git-Tag: glibc-2.16-ports-before-merge~1235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6092f9e018bffe2fa6739ae1bdcda00819e9fe13;p=thirdparty%2Fglibc.git * sysdeps/unix/alpha/sysdep.h: Revert last change. --- diff --git a/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h index d3ed2a9e88e..26cf918c1c9 100644 --- a/sysdeps/unix/alpha/sysdep.h +++ b/sysdeps/unix/alpha/sysdep.h @@ -85,11 +85,13 @@ lda v0, -1; \ ret #elif defined(PIC) -# define SYSCALL_ERROR_LABEL __syscall_error !samegp -# define SYSCALL_ERROR_HANDLER br $31, SYSCALL_ERROR_LABEL +# define SYSCALL_ERROR_LABEL __syscall_error +# define SYSCALL_ERROR_HANDLER \ + br $31, __syscall_error !samegp #else # define SYSCALL_ERROR_LABEL $syscall_error -# define SYSCALL_ERROR_HANDLER jmp $31, __syscall_error +# define SYSCALL_ERROR_HANDLER \ + jmp $31, __syscall_error #endif /* RTLD_PRIVATE_ERRNO */ /* Overridden by specific syscalls. */