]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/alpha/sysdep.h: Revert last change.
authorRichard Henderson <rth@redhat.com>
Fri, 16 Jan 2004 06:04:53 +0000 (06:04 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 16 Jan 2004 06:04:53 +0000 (06:04 +0000)
sysdeps/unix/alpha/sysdep.h

index d3ed2a9e88eacf3e0b62795467107020c9801030..26cf918c1c96c144b58bdb043bce9fa2c0794edf 100644 (file)
        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.  */
This page took 0.043245 seconds and 5 git commands to generate.