* alphaobsd-tdep.c: New file.
[deliverable/binutils-gdb.git] / gdb / config / alpha / nm-linux.h
index a6f9a49f9d6d9f0630cb2035f2168b0890d73d02..390cf8039c76e8f283c17805b7afd3883f1d3bb7 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
-
 /* Given a pointer to either a gregset_t or fpregset_t, return a
    pointer to the first register.  */
 #define ALPHA_REGSET_BASE(regsetp)  ((long *) (regsetp))
This page took 0.024079 seconds and 4 git commands to generate.