summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-01-14 09:59:57 +0000
committerRoland McGrath <roland@redhat.com>2003-01-14 09:59:57 +0000
commitf775ab35fb6ebcb6574dde06221b2dc40793ead2 (patch)
tree43bae055fb1b63d8a05af4428421cd8e99f83535
parenteb285359906700f46b22cf4f9911695034313736 (diff)
downloadstrace-f775ab35fb6ebcb6574dde06221b2dc40793ead2.tar.gz
strace-f775ab35fb6ebcb6574dde06221b2dc40793ead2.tar.bz2
strace-f775ab35fb6ebcb6574dde06221b2dc40793ead2.tar.xz
.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 440bac5..cb99507 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2003-01-14 Roland McGrath <roland@redhat.com>
+ * configure.ac: Match powerpc* (includes powerpc64), and don't match
+ ppc (never comes out of config.sub).
+ * process.c (sys_ptrace): Use #lx format for address argument.
+ [POWERPC]: Use sizeof(unsigned long) in place of 4 for multipliers.
+ * process.c [POWERPC]: Likewise.
+ * signal.c (sys_sigreturn) [POWERPC]: Likewise.
+ * syscall.c (get_scno) [POWERPC]: Likewise.
+ * util.c [POWERPC]: Likewise.
+ (printnum): Use long for NUM.
+ From Anton Blanchard <anton@samba.org>.
+
* defs.h (ALIGN64): Fix defn for PPC, same as FreeBSD one.
* util.c [LINUX] (restore_arg0, restore_arg1): New macros, defined