Re: step-into-handler.c compilation failure on ppc64

2009-12-13 Thread Jan Kratochvil
On Sat, 05 Dec 2009 18:19:20 +0100, Roland McGrath wrote: How about this? --- step-into-handler.c 10 Dec 2008 04:42:43 -0800 1.8 +++ step-into-handler.c 05 Dec 2009 09:18:54 -0800 [...] @@ -113,11 +114,11 @@ handler_alrm_get (void) { #if defined __powerpc64__

step-into-handler.c compilation failure on ppc64

2009-12-05 Thread caiqian
# make check ... gcc -DPACKAGE_NAME=\ptrace\ regression\ test\ suite\ -DPACKAGE_TARNAME=\ptrace-tests\ -DPACKAGE_VERSION=\0.1\ -DPACKAGE_STRING=\ptrace\ regression\ test\ suite\ 0.1\ -DPACKAGE_BUGREPORT=\utrace-de...@redhat.com\ -DPACKAGE=\ptrace-tests\ -DVERSION=\0.1\ -DSTDC_HEADERS=1

Re: step-into-handler.c compilation failure on ppc64

2009-12-05 Thread Roland McGrath
How about this? --- step-into-handler.c 10 Dec 2008 04:42:43 -0800 1.8 +++ step-into-handler.c 05 Dec 2009 09:18:54 -0800 @@ -35,6 +35,7 @@ #include sys/time.h #include string.h #include stddef.h +#include stdint.h #if defined __x86_64__ #define REGISTER_IP regs.rip @@ -113,11

Re: step-into-handler.c compilation failure on ppc64

2009-12-05 Thread CAI Qian
How about this? Thanks. Fixed.