From: Roland McGrath Date: Mon, 16 Dec 2002 20:41:34 +0000 (+0000) Subject: see ChangeLog for details X-Git-Tag: v4.5.18~946 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32be5979b4895db18a9df1dc5a86d87850d47121;p=strace see ChangeLog for details --- diff --git a/ChangeLog b/ChangeLog index 61b39dd6..e3024e2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2002-12-15 Roland McGrath + * 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 . + + * 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 before in test. Test our own #ifdef LINUX rather than predefined `linux'.