From 4056d25828218621e7276a3a0c0567cac892ae84 Mon Sep 17 00:00:00 2001 From: Michal Ludvig Date: Mon, 18 Aug 2003 13:42:13 +0000 Subject: 2003-08-18 Michal Ludvig * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define. * i386-linux-nat.c: Include "linux-nat.h". (child_post_startup_inferior): New function. --- gdb/config/i386/nm-x86-64linux.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/config') diff --git a/gdb/config/i386/nm-x86-64linux.h b/gdb/config/i386/nm-x86-64linux.h index 8ff8095..d1ac910 100644 --- a/gdb/config/i386/nm-x86-64linux.h +++ b/gdb/config/i386/nm-x86-64linux.h @@ -61,4 +61,9 @@ extern unsigned long x86_64_linux_dr_get_status (void); /* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */ #define FETCH_INFERIOR_REGISTERS +/* `linux-nat.c' and `i386-nat.c' have their own versions of + child_post_startup_inferior. Define this to use the copy in + `x86-86-linux-nat.c' instead, which calls both. */ +#define LINUX_CHILD_POST_STARTUP_INFERIOR + #endif /* NM_X86_64_LINUX_H */ -- cgit v1.1