summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2004-06-23 01:41:30 +0000
committerRoland McGrath <roland@redhat.com>2004-06-23 01:41:30 +0000
commit7a391df72cf1ec03dcb9d83320fb687f4009ae1c (patch)
tree09b33e3f3e7ce14fa67495e536fa3422c73379d8
parenta2dec92f0254674a68f25ed73a4e819f33437424 (diff)
downloadstrace-7a391df72cf1ec03dcb9d83320fb687f4009ae1c.tar.gz
strace-7a391df72cf1ec03dcb9d83320fb687f4009ae1c.tar.bz2
strace-7a391df72cf1ec03dcb9d83320fb687f4009ae1c.tar.xz
.
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a86487e..1437dad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* syscall.c (syscall_fixup) [LINUX && X86_64]: For 32-bit process,
sign extend the low 32 bits of RAX to 64 bits.
+ Fixes RH#126547.
* syscall.c (force_result): [LINUX && X86_64]: Fix RAX*4 -> RAX*8.