summaryrefslogtreecommitdiff
path: root/gdb/config/alpha
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-08-22 15:38:37 +0000
committerMark Kettenis <kettenis@gnu.org>2004-08-22 15:38:37 +0000
commit7a061b32dda20c370fabe435dccbe9a6ab22dd59 (patch)
tree5808cea5f379f9c67d8d41f73f286b64b7ded801 /gdb/config/alpha
parent35d1b01ddb2618bd5a450d476ea5cc778bfbee6b (diff)
downloadgdb-7a061b32dda20c370fabe435dccbe9a6ab22dd59.tar.gz
* config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
Remove defines.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r--gdb/config/alpha/nm-linux.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/alpha/nm-linux.h b/gdb/config/alpha/nm-linux.h
index a6f9a49f9d6..19589584b20 100644
--- a/gdb/config/alpha/nm-linux.h
+++ b/gdb/config/alpha/nm-linux.h
@@ -29,14 +29,6 @@
#define U_REGS_OFFSET 0
-/* FIXME: This is probably true, or should be, on all GNU/Linux ports.
- IA64? Sparc64? */
-#define PTRACE_ARG3_TYPE long
-
-/* ptrace transfers longs, the ptrace man page is lying. */
-
-#define PTRACE_XFER_TYPE long
-
/* The alpha does not step over a breakpoint, the manpage is lying again. */
#define CANNOT_STEP_BREAKPOINT 1