diff options
Diffstat (limited to 'gdb/config/alpha/tm-alpha.h')
-rw-r--r-- | gdb/config/alpha/tm-alpha.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h index a379332..b8bcb39 100644 --- a/gdb/config/alpha/tm-alpha.h +++ b/gdb/config/alpha/tm-alpha.h @@ -31,8 +31,6 @@ #include "coff/symconst.h" struct frame_info; -struct type; -struct value; struct symbol; /* Number of traps that happen between exec'ing the shell @@ -40,13 +38,6 @@ struct symbol; the inferior code. This is 2 on most implementations. */ #define START_INFERIOR_TRAPS_EXPECTED 3 -/* Offset from address of function to start of its code. - Zero on most machines. */ - -#define FUNCTION_START_OFFSET 0 - -#define BREAKPOINT {0x80, 0, 0, 0} /* call_pal bpt */ - /* Special symbol found in blocks associated with routines. We can hang alpha_extra_func_info_t's off of this. */ |