diff options
author | Richard Henderson <rth@redhat.com> | 2004-01-16 06:04:53 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2004-01-16 06:04:53 +0000 |
commit | 0e9bacf74a7e2ce9a3ec5073f6a266087ac5c2ba (patch) | |
tree | a7c3393c0ec73dae4cadaa94a01f7976a02ec4f3 /sysdeps/unix/alpha/sysdep.h | |
parent | 647e0537dca03861582b8d65c4ced9c1b2ba3c2a (diff) | |
download | glibc-0e9bacf74a7e2ce9a3ec5073f6a266087ac5c2ba.tar.gz glibc-0e9bacf74a7e2ce9a3ec5073f6a266087ac5c2ba.tar.xz glibc-0e9bacf74a7e2ce9a3ec5073f6a266087ac5c2ba.zip |
* sysdeps/unix/alpha/sysdep.h: Revert last change.
* sysdeps/unix/alpha/sysdep.h: Revert last change. 2004-01-15 Richard Henderson <rth@redhat.com>
Diffstat (limited to 'sysdeps/unix/alpha/sysdep.h')
-rw-r--r-- | sysdeps/unix/alpha/sysdep.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h index d3ed2a9e88..26cf918c1c 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. */ |