From 6ea5c1036d37eb3e97fc6e92c8c329b2b2ea7a36 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 24 Mar 2003 07:57:09 +0000 Subject: [PATCH] Update. * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid unwanted expansion by definining to ret. Patch by Ian Wienand. --- ChangeLog | 3 +++ sysdeps/unix/sysv/linux/ia64/sysdep.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0bfd4c6..d0e46b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-03-23 Ulrich Drepper + * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid + unwanted expansion by definining to ret. Patch by Ian Wienand. + * sysdeps/unix/make-syscalls.sh: Recognize 'E' in first position of the parameter description to denote no error checking. Generate appropriate pseudo asm code. diff --git a/sysdeps/unix/sysv/linux/ia64/sysdep.h b/sysdeps/unix/sysv/linux/ia64/sysdep.h index 3065782..86dd371 100644 --- a/sysdeps/unix/sysv/linux/ia64/sysdep.h +++ b/sysdeps/unix/sysv/linux/ia64/sysdep.h @@ -110,7 +110,7 @@ .endp C_SYMBOL_NAME(name) #define ret br.ret.sptk.few b0 -#define ret_NOERRNO br.ret.sptk.few b0 +#define ret_NOERRNO ret #else /* not __ASSEMBLER__ */ -- 2.7.4