OSDN Git Service

* Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
authorthorpej <thorpej>
Tue, 23 Apr 2002 00:53:28 +0000 (00:53 +0000)
committerthorpej <thorpej>
Tue, 23 Apr 2002 00:53:28 +0000 (00:53 +0000)
commit1cac3e033f039cd5faf900f6d19658d1cd9f59d6
tree14c67f221f53e7e7fe818bcf68698dcce18deaf7
parentcbe902157bfa3e74c5ec267f1f72d319787d99c7
* Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
and vax-tdep.h.
* vax-tdep.h: New file.
* vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
Make several routines static.
(vax_get_saved_register): New function.
(vax_gdbarch_init): New function.
(_initialize_vax_tdep): Register vax_gdbarch_init.
* config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
Remove macros now under the control of gdbarch.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/vax/tm-vax.h
gdb/vax-tdep.c
gdb/vax-tdep.h [new file with mode: 0644]