]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* 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)
        !samegp relocation.

sysdeps/unix/alpha/sysdep.h

index 26cf918c1c96c144b58bdb043bce9fa2c0794edf..d3ed2a9e88eacf3e0b62795467107020c9801030 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.  */