From e6da861eaf7efd6c4fd48cfa5f4077f33c6ba063 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 11 Jul 2001 10:24:35 +0000 Subject: [PATCH] * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer used. --- gdb/ChangeLog | 5 +++++ gdb/config/powerpc/nm-linux.h | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c22be44270..0e0b8db335 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-07-11 Mark Kettenis + + * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer + used. + 2001-07-11 Eli Zaretskii * go32-nat.c (info_dos_cmdlist): New variable. diff --git a/gdb/config/powerpc/nm-linux.h b/gdb/config/powerpc/nm-linux.h index f37c58cda4..3835f7413e 100644 --- a/gdb/config/powerpc/nm-linux.h +++ b/gdb/config/powerpc/nm-linux.h @@ -33,10 +33,6 @@ extern int kernel_u_size (void); #define REGISTER_U_ADDR(addr, blockend, regno) \ (addr) = ppc_register_u_addr ((blockend),(regno)); -/* No */ - -#define NO_SYS_REG_H - /* FIXME: kettenis/2000-09-03: This should be moved to ../nm-linux.h once we have converted all Linux targets to use the new threads stuff (without the #undef of course). */ -- 2.34.1