]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Mon, 1 Mar 2004 21:31:07 +0000 (21:31 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 1 Mar 2004 21:31:07 +0000 (21:31 +0000)
ChangeLog

index 8467998ff48c44b829d24abc80db354433fbc873..ad1068c05f434b084bd92cdf2ec89e5332760356 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,13 @@
 2004-03-01  Roland McGrath  <roland@redhat.com>
 
-       * process.c (struct_user_offsets) [LINUX && IA64]: Conditionalize
-       PT_AR_CSD and PT_AR_SSD uses in case of older kernel headers.
-
        * configure.ac: Check for `struct pt_all_user_regs'
        and `struct ia64_fpreg' in <sys/ptrace.h>.
-       * util.c, process.c, syscall.c: Work around conflicts between
+       * util.c, process.c, syscall.c, signal.c: Work around conflicts between
        <sys/ptrace.h> and <linux/ptrace.h> for defining those types.
 
+       * process.c (struct_user_offsets) [LINUX && IA64]: Conditionalize
+       PT_AR_CSD and PT_AR_SSD uses in case of older kernel headers.
+
        * util.c [LINUX] (arg0_index, arg1_index): New macros.
        [S390 || S390X]: Define them with inverted values.
        (setbpt): Use them for u_arg indices.