* target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
authorAndrew Cagney <cagney@redhat.com>
Sat, 11 Aug 2001 00:59:29 +0000 (00:59 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 11 Aug 2001 00:59:29 +0000 (00:59 +0000)
commit39d4ef0921acdfe6433b9630a37e3fc957b6d797
tree12985cda58e21f7fe3912c620e17bbf2882a13a1
parent67c2c32c6b30dd3690964884a46b39cc6ee27486
* target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
* gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add.
* gdbarch.h, gdbarch.c: Regenerate.

* arch-utils.h (legacy_virtual_frame_pointer): Declare.
* arch-utils.c: Include "gdb_assert.h".
(legacy_virtual_frame_pointer): Define.
* Makefile.in (arch-utils.o): Depends on gdb_assert.h.

* tracepoint.c (encode_actions): Make frame_reg an int.  Make
frame_offset a LONGEST.
* ax-gdb.c (gen_frame_args_address): Ditto.
(gen_frame_locals_address): Ditto.
* mn10300-tdep.c (mn10300_gdbarch_init): Initialize
virtual_frame_pointer.
(mn10300_virtual_frame_pointer): Make static.  Update parameter
list to match function signature.
* config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
12 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/arch-utils.c
gdb/arch-utils.h
gdb/ax-gdb.c
gdb/config/mn10300/tm-mn10300.h
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/mn10300-tdep.c
gdb/target.h
gdb/tracepoint.c
This page took 0.036908 seconds and 4 git commands to generate.