]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
authorJakub Jelinek <jakub@redhat.com>
Fri, 12 Jan 2007 14:58:41 +0000 (14:58 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 12 Jan 2007 14:58:41 +0000 (14:58 +0000)
ChangeLog
sysdeps/unix/sysv/linux/i386/sysdep.h

index 74fbf482d56ce9240176058c13c30be43a949475..15b133867489185474eeb5a88eb8182930395ba4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-11  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
+
 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
 
        * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
index 90423d843410e04b57c011f0c7ae6e8c4a560238..5286676fc1831ef2daba0e7dfcecc0e27a81ffe9 100644 (file)
                        cfi_restore (edi); L(POPDI1):
 
 #define PUSHARGS_6     _PUSHARGS_6
-#define DOARGS_6       _DOARGS_6 (36)
+#define DOARGS_6       _DOARGS_6 (40)
 #define POPARGS_6      _POPARGS_6
 #define _PUSHARGS_6    pushl %ebp; cfi_adjust_cfa_offset (4); \
                        cfi_rel_offset (ebp, 0); L(PUSHBP1): _PUSHARGS_5