diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-06-26 16:07:16 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-06-26 16:07:16 +0000 |
commit | 4791e09145b6f65c4fda344417aa2844eea69d3b (patch) | |
tree | d58ba270963a27b797d9fc9dd26317c36437cbcd /gdb/Makefile.in | |
parent | 164c405440d6481b1e129a826f3707fb6970386b (diff) | |
download | gdb-4791e09145b6f65c4fda344417aa2844eea69d3b.zip gdb-4791e09145b6f65c4fda344417aa2844eea69d3b.tar.gz gdb-4791e09145b6f65c4fda344417aa2844eea69d3b.tar.bz2 |
* Makefile.in (vax_tdep_h): Define.
(vax-tdep.o): Use $(vax_tdep_h).
* vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
(vax_dump_tdep): New function.
(_initialize_vax_tdep): Register vax_dump_tdep.
* vax-tdep.h: Include osabi.h.
(struct gdbarch_tdep): New.
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 29e7060..95b9723 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -665,6 +665,7 @@ ui_out_h = ui-out.h valprint_h = valprint.h value_h = value.h $(symtab_h) $(gdbtypes_h) $(expression_h) $(doublest_h) varobj_h = varobj.h $(symtab_h) $(gdbtypes_h) +vax_tdep_h = vax-tdep.h osabi.h version_h = version.h wrapper_h = wrapper.h xcoffsolib_h = xcoffsolib.h @@ -2236,7 +2237,7 @@ values.o: values.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \ $(gdb_string_h) scm-lang.h $(doublest_h) vax-tdep.o: vax-tdep.c $(OP_INCLUDE)/vax.h $(defs_h) $(symtab_h) \ - $(arch_utils_h) $(inferior_h) vax-tdep.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) |