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/ChangeLog | |
parent | c9b9995a38a1b246b93f2a2d72229356aa2191a8 (diff) | |
download | binutils-gdb-95b80706953a70706f105907c5bb8b8ffb4f844f.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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7490c407094..7454f519cc1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com> + * 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. + +2002-04-25 Jason Thorpe <thorpej@wasabisystems.com> + * MAINTAINERS: Reflect that multi-arch is enabled for VAX. * NEWS: Ditto. |