* config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
authorMark Kettenis <kettenis@gnu.org>
Sun, 22 Aug 2004 15:38:37 +0000 (15:38 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 22 Aug 2004 15:38:37 +0000 (15:38 +0000)
Remove defines.

gdb/ChangeLog
gdb/config/alpha/nm-linux.h

index 61f5edcee075b6dab1f52caeebe3e38d41f7694d..d5b8d19628d7f09d83ff4b215bf1de3d4c360cd5 100644 (file)
@@ -1,5 +1,8 @@
 2004-08-22  Mark Kettenis  <kettenis@gnu.org>
 
+       * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
+       Remove defines.
+
        * infptrace.c: Include "gdb_assert.h".
        (PTRACE_XFER_TYPE): Remove define.
        (offsetof): Only define if U_REGS_OFFSET isn't defined.
index a6f9a49f9d6d9f0630cb2035f2168b0890d73d02..19589584b20fd1b24829c90cb73b0e0bf99ab1a7 100644 (file)
 
 #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