aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-07-11 10:24:35 +0000
committerMark Kettenis <kettenis@gnu.org>2001-07-11 10:24:35 +0000
commite6da861eaf7efd6c4fd48cfa5f4077f33c6ba063 (patch)
tree92ebbbd4ca265b933f629a3951e5bf65e6d480d6 /gdb/config
parentd8c852a19f586055f65fd84564d5838f913149b5 (diff)
downloadgdb-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/config')
-rw-r--r--gdb/config/powerpc/nm-linux.h4
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). */