diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-23 00:53:31 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-23 00:53:31 +0000 |
commit | f267bd6a08884780c05098c28dc1192e802d86ef (patch) | |
tree | 0c05d3524d9f5a1c73200494636ad55d75746de3 /gdb/Makefile.in | |
parent | 2a290ed49aa67eceffbf544d6ebee9bb8100089c (diff) | |
download | gdb-f267bd6a08884780c05098c28dc1192e802d86ef.zip gdb-f267bd6a08884780c05098c28dc1192e802d86ef.tar.gz gdb-f267bd6a08884780c05098c28dc1192e802d86ef.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6098503..6c7a4f0 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2156,7 +2156,8 @@ values.o: values.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \ $(gdbcore_h) $(gdbtypes_h) $(symtab_h) $(target_h) $(value_h) \ $(gdb_string_h) scm-lang.h $(doublest_h) -vax-tdep.o: vax-tdep.c $(OP_INCLUDE)/vax.h $(defs_h) $(symtab_h) +vax-tdep.o: vax-tdep.c $(OP_INCLUDE)/vax.h $(defs_h) $(symtab_h) \ + $(arch_utils_h) $(inferior_h) vax-tdep.h x86-64-linux-tdep.o : x86-64-linux-tdep.c $(defs_h) $(inferior_h) \ $(gdbcore_h) $(regcache_h) x86-64-tdep.h i386-tdep.h $(dwarf2cfi_h) |