From: Ulrich Drepper Date: Mon, 24 Mar 2003 07:57:09 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~19632 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ea5c1036d37eb3e97fc6e92c8c329b2b2ea7a36;p=external%2Fglibc.git Update. * sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid unwanted expansion by definining to ret. Patch by Ian Wienand. --- 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__ */