about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/unix/alpha/sysdep.h8
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ff2b6ac924..11c1a0723a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
 
 	* sysdeps/unix/alpha/sysdep.h [PIC] (SYSCALL_ERROR_HANDLER): Use
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.  */