aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>2002-02-25 18:15:52 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>2002-02-25 18:15:52 +0000
commit19caaa451926df2ca71050758698fe8ef4a854c0 (patch)
tree17f106f3e4b178eb80fdb0be6747693d7c58d9f6 /gdb/Makefile.in
parent798bd83101cf19a7dd11d6e8c76018fc753da57d (diff)
downloadgdb-19caaa451926df2ca71050758698fe8ef4a854c0.zip
gdb-19caaa451926df2ca71050758698fe8ef4a854c0.tar.gz
gdb-19caaa451926df2ca71050758698fe8ef4a854c0.tar.bz2
* rs6000-nat.c (set_host_arch): Do not switch to a new architecture
if it already matches the current architecture from the exec file. Include arch-utils.h for gdbarch_info_init prototype. * Makefile.in (rs6000-nat.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index cf8b872..9ae5582 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1969,7 +1969,7 @@ rom68k-rom.o: rom68k-rom.c $(monitor_h) $(bfd_h) gdb_wait.h $(defs_h) \
rs6000-nat.o: rs6000-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(target_h) \
$(gdbcore_h) $(xcoffsolib_h) $(symfile_h) $(objfiles_h) \
- $(gdb_stabs_h) $(regcache_h)
+ $(gdb_stabs_h) $(regcache_h) $(arch_utils_h)
rs6000-tdep.o: rs6000-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) \
$(target_h) ppc-tdep.h $(regcache_h) $(value_h) $(parser_defs_h)