* sysdeps/unix/alpha/sysdep.h [PIC] (SYSCALL_ERROR_HANDLER): Use ...
authorRichard Henderson <rth@redhat.com>
Fri, 16 Jan 2004 06:02:52 +0000 (06:02 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 16 Jan 2004 06:02:52 +0000 (06:02 +0000)
* sysdeps/unix/alpha/sysdep.h [PIC] (SYSCALL_ERROR_HANDLER): Use
!samegp relocation.

ChangeLog
sysdeps/unix/alpha/sysdep.h

index 5020f65..ff2b6ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
        * sysdeps/alpha/dl-machine.h (RTLD_START): Use _dl_argv_internal.
 
+       * sysdeps/unix/alpha/sysdep.h [PIC] (SYSCALL_ERROR_HANDLER): Use
+       !samegp relocation.
+
 2004-01-15  Richard Henderson  <rth@redhat.com>
 
        * sysdeps/unix/sysv/linux/alpha/Makefile [stdlib]: Process
index 26cf918..d3ed2a9 100644 (file)
        lda     v0, -1;                         \
        ret
 #elif defined(PIC)
-# define SYSCALL_ERROR_LABEL   __syscall_error
-# define SYSCALL_ERROR_HANDLER \
-       br      $31, __syscall_error !samegp
+# define SYSCALL_ERROR_LABEL   __syscall_error !samegp
+# define SYSCALL_ERROR_HANDLER  br     $31, SYSCALL_ERROR_LABEL
 #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.  */