diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-12-02 23:30:34 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-12-02 23:30:34 +0000 |
commit | 59623e2707f69ccf3c47d15a4c719074891bfe13 (patch) | |
tree | e1319997172830537bdde85b0d597f08a20a27e8 /gdb/Makefile.in | |
parent | a09a320d6fc865fa15bebf6d492550a70fcc8c89 (diff) | |
download | gdb-59623e2707f69ccf3c47d15a4c719074891bfe13.zip gdb-59623e2707f69ccf3c47d15a4c719074891bfe13.tar.gz gdb-59623e2707f69ccf3c47d15a4c719074891bfe13.tar.bz2 |
* hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init).
(hppa_gdbarch_init): Detect osabi from objfile. Will be needed
later to set the proper gdbarch methods depending on the osabi.
* Makefile.in (hppa-tdep.o): Add dependency on osabi.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c9d65c8..9c0d6e5 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1749,7 +1749,7 @@ hpacc-abi.o: hpacc-abi.c $(defs_h) $(value_h) $(gdb_regex_h) $(gdb_string_h) \ hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \ $(value_h) $(regcache_h) $(completer_h) $(symtab_h) $(a_out_encap_h) \ $(gdb_stat_h) $(gdb_wait_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) \ - $(symfile_h) $(objfiles_h) $(language_h) + $(symfile_h) $(objfiles_h) $(language_h) $(osabi_h) hppab-nat.o: hppab-nat.c $(defs_h) $(inferior_h) $(target_h) $(regcache_h) hppah-nat.o: hppah-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \ $(gdb_wait_h) $(regcache_h) |