]> granicus.if.org Git - strace/commitdiff
see ChangeLog for details
authorRoland McGrath <roland@redhat.com>
Mon, 16 Dec 2002 20:41:34 +0000 (20:41 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 16 Dec 2002 20:41:34 +0000 (20:41 +0000)
ChangeLog

index 61b39dd6b05c47a0ae721bbf0a45439a1e409b35..e3024e2e9500a7ea87dafa79f34586691fcb1780 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 2002-12-15  Roland McGrath  <roland@redhat.com>
 
+       * process.c (setarg) [POWERPC]: Support it.
+
+       * util.c [POWERPC] (LOOP): Fix value, now 0x48000000 (0: b 0b).
+       Old value was bogus, not even a proper instruction.
+       From Guy M. Streeter <streeter@redhat.com>.
+
+       * strace.c (main) [! USE_PROCFS]: Always reset SIGCHLD to SIG_DFL.
+
+       * configure.in: Don't check for putpmsg.
+       * stream.c (sys_getpmsg, sys_putpmsg): Make these conditional on
+       #ifdef SYS_*, rather than on HAVE_PUTPMSG.
+
        * aclocal.m4 (AC_STAT64): Include <linux/types.h> before <asm/stat.h>
        in test.  Test our own #ifdef LINUX rather than predefined `linux'.