diff options
Diffstat (limited to 'gdb/config/alpha/nm-linux.h')
-rw-r--r-- | gdb/config/alpha/nm-linux.h | 8 |
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 |