diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-19 18:22:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-19 18:22:14 +0000 |
commit | 8a8ab2b94993a4127ba730c1dca71d6320d84154 (patch) | |
tree | a828407c923b9629b040a3d179b0c68457228af9 /gdb/Makefile.in | |
parent | 611e7523af8a38911e7aae49a85023adf51e287f (diff) | |
download | gdb-8a8ab2b94993a4127ba730c1dca71d6320d84154.zip gdb-8a8ab2b94993a4127ba730c1dca71d6320d84154.tar.gz gdb-8a8ab2b94993a4127ba730c1dca71d6320d84154.tar.bz2 |
* Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
* x86-64-tdep.c: Include "objfiles.h".
(x86_64_gdbarch_init): Set in_solib_call_trampoline to
in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 26d874c..d8dc6e0 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2242,9 +2242,9 @@ 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 $(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 \ - $(dwarf2cfi_h) $(gdb_assert_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) $(objfiles_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 \ |