* Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
authorJason Thorpe <thorpej@netbsd.org>
Tue, 23 Apr 2002 00:53:31 +0000 (00:53 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Tue, 23 Apr 2002 00:53:31 +0000 (00:53 +0000)
commitf267bd6a08884780c05098c28dc1192e802d86ef
tree0c05d3524d9f5a1c73200494636ad55d75746de3
parent2a290ed49aa67eceffbf544d6ebee9bb8100089c
* 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]
This page took 0.026585 seconds and 4 git commands to generate.