diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-07-11 10:24:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-07-11 10:24:35 +0000 |
commit | e6da861eaf7efd6c4fd48cfa5f4077f33c6ba063 (patch) | |
tree | 92ebbbd4ca265b933f629a3951e5bf65e6d480d6 /gdb | |
parent | d8c852a19f586055f65fd84564d5838f913149b5 (diff) | |
download | gdb-e6da861eaf7efd6c4fd48cfa5f4077f33c6ba063.zip gdb-e6da861eaf7efd6c4fd48cfa5f4077f33c6ba063.tar.gz gdb-e6da861eaf7efd6c4fd48cfa5f4077f33c6ba063.tar.bz2 |
* config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
used.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/config/powerpc/nm-linux.h | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c22be44..0e0b8db 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-07-11 Mark Kettenis <kettenis@gnu.org> + + * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer + used. + 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> * 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 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). */ |