diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-06 20:45:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-06 20:45:30 +0000 |
commit | 84dc46cbdb5a9c4ca576b8768a2876e9551199a5 (patch) | |
tree | e36311a808b07278b86ea4760886dbe9937c1dfd /gdb/Makefile.in | |
parent | d995ff4bc01e8dac072ab51fb475fad0410d7827 (diff) | |
download | gdb-84dc46cbdb5a9c4ca576b8768a2876e9551199a5.zip gdb-84dc46cbdb5a9c4ca576b8768a2876e9551199a5.tar.gz gdb-84dc46cbdb5a9c4ca576b8768a2876e9551199a5.tar.bz2 |
2003-01-06 Andrew Cagney <cagney@redhat.com>
* x86-64-linux-tdep.c: Include "osabi.h".
* Makefile.in (x86-64-linux-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8bccf6e..bd1ab01 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2291,8 +2291,9 @@ wince.o: wince.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) $(gdbcore_h) \ wrapper.o: wrapper.c $(defs_h) $(value_h) $(wrapper_h) x86-64-linux-nat.o: x86-64-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ $(regcache_h) $(gdb_assert_h) $(x86_64_tdep_h) -x86-64-linux-tdep.o: x86-64-linux-tdep.c $(defs_h) $(inferior_h) \ - $(gdbcore_h) $(regcache_h) $(x86_64_tdep_h) $(dwarf2cfi_h) +x86-64-linux-tdep.o: x86-64-linux-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) \ + $(gdb_string_h) $(regcache_h) $(x86_64_tdep_h) $(dwarf2cfi_h) \ + $(osabi_h) x86-64-tdep.o: x86-64-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) \ $(gdbcmd_h) $(arch_utils_h) $(regcache_h) $(symfile_h) $(objfiles_h) \ $(x86_64_tdep_h) $(dwarf2cfi_h) $(gdb_assert_h) |