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 | 95b80706953a70706f105907c5bb8b8ffb4f844f (patch) | |
tree | e80805ca96994736831d3654fcb5a7b953156f72 /gdb/config/alpha | |
parent | c9b9995a38a1b246b93f2a2d72229356aa2191a8 (diff) | |
download | gdb-95b80706953a70706f105907c5bb8b8ffb4f844f.zip gdb-95b80706953a70706f105907c5bb8b8ffb4f844f.tar.gz gdb-95b80706953a70706f105907c5bb8b8ffb4f844f.tar.bz2 |
* 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 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. */ |