diff options
author | Andreas Jaeger <aj@suse.de> | 2002-01-20 09:29:41 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-01-20 09:29:41 +0000 |
commit | b7c4cbf8b4a2e7982be529ef16721b26f8d987b0 (patch) | |
tree | c82ea7a5e251064e53a22184a49bd8a2a37a1deb /gdb/Makefile.in | |
parent | abf22e64b87ca49a240cf75576070fc8cd3db04b (diff) | |
download | gdb-b7c4cbf8b4a2e7982be529ef16721b26f8d987b0.zip gdb-b7c4cbf8b4a2e7982be529ef16721b26f8d987b0.tar.gz gdb-b7c4cbf8b4a2e7982be529ef16721b26f8d987b0.tar.bz2 |
2002-01-20 Jiri Smid <smid@suse.cz>
* config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
* x86-64-linux-nat.c (x86_64_register_u_addr): New function.
* config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
* Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
x86-64-linux-nat.o): Fix dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 873d238..855e79f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2135,14 +2135,15 @@ values.o: values.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \ vax-tdep.o: vax-tdep.c $(OP_INCLUDE)/vax.h $(defs_h) $(symtab_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 + $(gdbcore_h) $(regcache_h) x86-64-tdep.h i386-tdep.h $(dwarf2cfi_h) -x86-64-tdep.o : x86-64-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) \ - $(gdbcmd_h) $(arch_utils_h) $(regcache_h) $(symfile_h) x86-64-tdep.h \ - i386-tdep.h $(value_h) +x86-64-tdep.o : x86-64-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) $(gdbcmd_h) \ + $(arch_utils_h) $(regcache_h) $(symfile_h) x86-64-tdep.h i386-tdep.h \ + $(dwarf2cfi_h) gdb_assert.h -x86-64-linux-tdep.o : x86-64-linux-tdep.c $(defs_h) $(inferior_h) \ - $(gdbcore_h) $(regcache_h) i387-nat.h x86-64-tdep.h i386-tdep.h +x86-64-linux-nat.o : x86-64-linux-nat.c $(defs_h) $(inferior_h) \ + $(gdbcore_h) $(regcache_h) i387-nat.h gdb_assert.h x86-64-tdep.h \ + i386-tdep.h win32-nat.o: win32-nat.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \ $(gdb_string_h) $(regcache_h) $(completer_h) |