aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-02-02 02:04:28 +0000
committerDaniel Jacobowitz <drow@false.org>2006-02-02 02:04:28 +0000
commit37a105a123de409e6d33eacc1030d1bebe5b1637 (patch)
tree075c6c354e98f5faddd1b603888662896586bf2d /gdb/Makefile.in
parenteeea466063f288e4ee96c7a0b94772a22b73ad79 (diff)
downloadgdb-37a105a123de409e6d33eacc1030d1bebe5b1637.zip
gdb-37a105a123de409e6d33eacc1030d1bebe5b1637.tar.gz
gdb-37a105a123de409e6d33eacc1030d1bebe5b1637.tar.bz2
* Makefile.in (remote.o): Update.
* remote.c (show_packet_config_cmd): Shorten messages. (remote_set_cmdlist, remote_show_cmdlist): Make file-static. (show_remote_cmd): Iterate. (_initialize_remote): Remove remote_set_cmdlist, remote_show_cmdlist.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 932d724..88c8f11 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2441,7 +2441,8 @@ remote.o: remote.c $(defs_h) $(gdb_string_h) $(inferior_h) $(bfd_h) \
$(symfile_h) $(exceptions_h) $(target_h) $(gdbcmd_h) $(objfiles_h) \
$(gdb_stabs_h) $(gdbthread_h) $(remote_h) $(regcache_h) $(value_h) \
$(gdb_assert_h) $(event_loop_h) $(event_top_h) $(inf_loop_h) \
- $(serial_h) $(gdbcore_h) $(remote_fileio_h) $(solib_h) $(observer_h)
+ $(serial_h) $(gdbcore_h) $(remote_fileio_h) $(solib_h) $(observer_h) \
+ $(cli_decode_h) $(cli_setshow_h)
remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) $(gdbarch_h) \
$(inferior_h) $(target_h) $(value_h) $(command_h) $(gdb_string_h) \
$(exceptions_h) $(gdbcmd_h) $(serial_h) $(remote_utils_h) \