diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-25 06:22:22 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-25 06:22:22 +0000 |
commit | 36496e5f6da97f768bdfc65964892564b6d8aadc (patch) | |
tree | cdd0151f2adbcb1fd679ef70ec01aa74bd8fb815 /gdb/config/alpha | |
parent | 4c65ae438cab30cd912cddca47f0074807b90a05 (diff) | |
download | gdb-36496e5f6da97f768bdfc65964892564b6d8aadc.tar.gz |
* alpha-tdep.c (alpha_breakpoint_from_pc): New function.
(alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
to 0.
* config/alpha/tm-alpha.h: Remove forward decls of struct type
and struct value.
(FUNCTION_START_OFFSET): Remove.
(BREAKPOINT): Ditto.
Diffstat (limited to 'gdb/config/alpha')
-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 a37933288ce..b8bcb397ce6 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. */ |