* sysdeps/unix/alpha/sysdep.h: Revert last change.

* sysdeps/unix/alpha/sysdep.h: Revert last change.

2004-01-15  Richard Henderson  <rth@redhat.com>
This commit is contained in:
Richard Henderson 2004-01-16 06:04:53 +00:00
parent 647e0537dc
commit 0e9bacf74a
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-01-15 Richard Henderson <rth@redhat.com>
* sysdeps/unix/alpha/sysdep.h: Revert last change.
2004-01-15 Richard Henderson <rth@redhat.com>
* sysdeps/alpha/dl-machine.h (RTLD_START): Use _dl_argv_internal.

View File

@ -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. */