]> granicus.if.org Git - strace/commitdiff
2002-12-30 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Mon, 30 Dec 2002 09:13:07 +0000 (09:13 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 30 Dec 2002 09:13:07 +0000 (09:13 +0000)
* linux/syscallent.h [X86_64]: Disable sanity checks, subcall stuff is
already broken for 32-bit personality on x86-64.

linux/syscallent.h

index 24e9f62cf95baf387780f076b3b2923bf5468735..137a72766924c39e6c3b2c148a115e61f5eceec3 100644 (file)
        { 5,    0,      printargs,              "SYS_298"       }, /* 298 */
        { 5,    0,      printargs,              "SYS_299"       }, /* 299 */
 
-#if SYS_socket_subcall != 300
+#if SYS_socket_subcall != 300 && !defined X86_64 /* pers1 broken on x86-64 */
  #error fix me
 #endif
        { 8,    0,      printargs,              "socket_subcall"}, /* 300 */
        { 5,    TN,     sys_sendmsg,            "sendmsg"       }, /* 316 */
        { 5,    TN,     sys_recvmsg,            "recvmsg"       }, /* 317 */
 
-#if SYS_ipc_subcall != 318
+#if SYS_ipc_subcall != 318 && !defined X86_64 /* pers1 broken on x86-64 */
  #error fix me
 #endif
        { 4,    0,      printargs,              "ipc_subcall"   }, /* 318 */