]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 24 Mar 2003 07:57:09 +0000 (07:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 24 Mar 2003 07:57:09 +0000 (07:57 +0000)
* sysdeps/unix/sysv/linux/ia64/sysdep.h (ret_NOERRNO): Avoid
unwanted expansion by definining to ret.  Patch by Ian Wienand.

ChangeLog
sysdeps/unix/sysv/linux/ia64/sysdep.h

index 0bfd4c63d7e650608f161b3220f043a159dc0844..d0e46b71487f3b66112b7be689bdf8a091f46532 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 3065782c8ef04dbb795cdc933f5ab8ca1c616c4c..86dd371389e1a67f4ca4842c23643b349f6c639d 100644 (file)
        .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__ */