1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
	unwanted expansion by definining to ret.  Patch by Ian Wienand.
This commit is contained in:
Ulrich Drepper
2003-03-24 07:57:09 +00:00
parent 9eb88290df
commit 6ea5c1036d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2003-03-23 Ulrich Drepper <drepper@redhat.com> 2003-03-23 Ulrich Drepper <drepper@redhat.com>
* 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 * sysdeps/unix/make-syscalls.sh: Recognize 'E' in first position of
the parameter description to denote no error checking. Generate the parameter description to denote no error checking. Generate
appropriate pseudo asm code. appropriate pseudo asm code.

View File

@ -110,7 +110,7 @@
.endp C_SYMBOL_NAME(name) .endp C_SYMBOL_NAME(name)
#define ret br.ret.sptk.few b0 #define ret br.ret.sptk.few b0
#define ret_NOERRNO br.ret.sptk.few b0 #define ret_NOERRNO ret
#else /* not __ASSEMBLER__ */ #else /* not __ASSEMBLER__ */