]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Mon, 25 Aug 2008 03:16:27 +0000 (03:16 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 25 Aug 2008 03:16:27 +0000 (03:16 +0000)
ChangeLog

index a462c1e24cd19abfac244502698b68a600746789..d5ad7b41c56f0c6817ff1e10c9737867714c11bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-08-24  Roland McGrath  <roland@redhat.com>
 
+       * linux/syscall.h (SYS_socket_subcall et al, SYS_ipc_subcall et al):
+       Don't define these if [__ARM_EABI__].
+       Reported by Johannes Stezenbach <js@sig21.net>.
+
+       * syscall.c (trace_syscall): Conditionalize on [SYS_socket_subcall]
+       and [SYS_ipc_subcall] individually.
+
        * linux/powerpc/syscallent.h: Handle subpage_prot.
        * mem.c [LINUX && POWERPC] (sys_subpage_prot): New function.
        * linux/syscall.h [POWERPC]: Declare it.