]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Mon, 20 Jan 2003 09:04:42 +0000 (09:04 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 20 Jan 2003 09:04:42 +0000 (09:04 +0000)
ChangeLog

index 6a98c23430cfa1e523f08715a46a5f8b87380784..0b90dda0a9ab35da89001262cce09256c2fb7567 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-01-20  Roland McGrath  <roland@redhat.com>
+
+       * process.c [LINUX] (sys_clone) [S390 || S390X]: Argument order is
+       reversed from other architectures.
+
+       * process.c (sys_execve) [LINUX]: Make setting TCB_WAITEXECVE flag
+       conditional on [TCB_WAITEXECVE] instead of list of processors.
+
+       * util.c (restore_arg0): Evaluate args in no-op defns.
+
+       * util.c [S390 || S390X] (arg0_offset, arg1_offset): Fix definitions
+       for clone call on S390.  From Michael Holzheu <holzheu@de.ibm.com>.
+
 2003-01-17  Anton Blanchard <anton@samba.org>
 
        * util.c [LINUX] (setbpt): Handle SYS_vfork like SYS_fork.