* config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
authorJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 16 Mar 2001 22:34:46 +0000 (22:34 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Fri, 16 Mar 2001 22:34:46 +0000 (22:34 +0000)
commit7256e1a5bb9d90b2e266825da37b7362eb0f4828
tree5f6c5031478469e52d01b19d5e82603e87d75e68
parentf266096bea451f461f8c641088ef6a12219c62da
* config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
h8300_frame_args_address from frame_args_address.
(FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
from frame_locals_address.
(PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
from print_register_hook.
(h8300_frame_args_address): Declare.
(h8300_frame_find_saved_regs): Declare.
(h8300_frame_locals_address): Declare.
(h8300_frame_saved_pc): Declare.
(h8300_pop_frame): Declare.
(h8300_print_register_hook): Declare.
* h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
(h8300_frame_args_address): Renamed from frame_args_address.
(h8300_frame_locals_address): Renamed from frame_locals_address.
(h8300_pop_frame): Renamed from pop_frame.
(h8300_print_register_hook): Renamed from print_register_hook.
-------------------------------------------------------------------
gdb/ChangeLog
gdb/config/h8300/tm-h8300.h
gdb/h8300-tdep.c