mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* 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:
@ -1,5 +1,8 @@
|
||||
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
|
||||
the parameter description to denote no error checking. Generate
|
||||
appropriate pseudo asm code.
|
||||
|
@ -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__ */
|
||||
|
||||
|
Reference in New Issue
Block a user