diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-22 19:44:05 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-22 19:44:05 +0000 |
commit | ab62c900e2060381046d1fe998b1516fc81c8072 (patch) | |
tree | 9bb4dc8e0eab43b5bca77aaf8fcc23abd7780ea9 /gdb/ChangeLog | |
parent | 7232b100b9274cbd08ce3fed4ef4ac093ec4b0cb (diff) | |
download | gdb-ab62c900e2060381046d1fe998b1516fc81c8072.zip gdb-ab62c900e2060381046d1fe998b1516fc81c8072.tar.gz gdb-ab62c900e2060381046d1fe998b1516fc81c8072.tar.bz2 |
* vax-tdep.c (vax_frame_init_saved_regs): New function.
* config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
(FRAME_INIT_SAVED_REGS): New macro.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 045edf3..e64e688 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com> + * vax-tdep.c (vax_frame_init_saved_regs): New function. + * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove. + (FRAME_INIT_SAVED_REGS): New macro. + +2002-04-22 Jason Thorpe <thorpej@wasabisystems.com> + * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd. 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com> |