aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-08-10 00:36:46 +0000
committerAndrew Cagney <cagney@redhat.com>2002-08-10 00:36:46 +0000
commitaf030b9af8fb757ef5c5553951a90e20cae1059b (patch)
tree0a598c8ea3e9ba0753cf194d097c3d2e7df3b3ea /gdb/Makefile.in
parentcb3d25d11f6af715fc361ab4f8e3631be3f6a110 (diff)
downloadgdb-af030b9af8fb757ef5c5553951a90e20cae1059b.zip
gdb-af030b9af8fb757ef5c5553951a90e20cae1059b.tar.gz
gdb-af030b9af8fb757ef5c5553951a90e20cae1059b.tar.bz2
2002-08-09 Andrew Cagney <cagney@redhat.com>
* regcache.c: Include "gdbcmd.h" (_initialize_regcache): Add commands "maintenance print registers", "maintenance print raw-registers" and "maintenance print cooked-registers". (enum regcache_dump_what): Define. (dump_endian_bytes): New function. (regcache_dump): New function. (regcache_print): New function. (maintenance_print_registers): New function. (maintenance_print_raw_registers): New function. (maintenance_print_cooked_registers): New function. * Makefile.in (regcache.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 2481bc8..8e2eee5 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1495,7 +1495,7 @@ frv-tdep.o: frv-tdep.c $(defs_h) $(inferior_h) $(symfile_h) $(gdbcore_h) \
$(arch_utils_h) $(regcache_h)
regcache.o: regcache.c $(defs_h) $(inferior_h) $(target_h) $(gdbarch_h) \
- $(gdbcmd_h) $(regcache_h) $(gdb_assert_h) $(gdb_string_h)
+ $(gdbcmd_h) $(regcache_h) $(gdb_assert_h) $(gdb_string_h) $(gdbcmd_h)
fork-child.o: fork-child.c $(gdb_wait_h) $(defs_h) $(gdbcore_h) \
$(inferior_h) $(target_h) $(terminal_h) $(gdbthread_h) $(gdb_string_h)