diff options
Diffstat (limited to 'gdb/config/powerpc/nm-linux.h')
-rw-r--r-- | gdb/config/powerpc/nm-linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/powerpc/nm-linux.h b/gdb/config/powerpc/nm-linux.h index f37c58c..3835f74 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 <sys/reg.h> */ - -#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). */ |