aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-10-06 22:41:17 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-10-06 22:41:17 +0000
commit51065942b417e9d2cf910bba720833c3a136e57f (patch)
treed6d05f9ab21b62ad581f8f027a3e0057f948adc5 /gdb/Makefile.in
parent6084f43ac2f372ffb54f26cafab54f0015090ce8 (diff)
downloadfsf-binutils-gdb-51065942b417e9d2cf910bba720833c3a136e57f.zip
fsf-binutils-gdb-51065942b417e9d2cf910bba720833c3a136e57f.tar.gz
fsf-binutils-gdb-51065942b417e9d2cf910bba720833c3a136e57f.tar.bz2
* completer.h (get_gdb_completer_word_break_characters): Delete.
* completer.c: include language.h. (gdb_completer_word_break_characters): Delete. (get_gdb_completer_word_break_characters): Delete. (location_completer): Use the word break characters of the current language. (complete_line): Likewise. (line_completion_function): Likewise. (skip_quoted_chars): Likewise. * Makefile.in (completer.o): Add dependency on language.h. * top.c (init_main): Set the readline word break characters to GDB's default word break characters.
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 d3cfd8c..cdbb92a 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1631,7 +1631,8 @@ coff-solib.o: coff-solib.c $(defs_h) $(frame_h) $(bfd_h) $(gdbcore_h) \
complaints.o: complaints.c $(defs_h) $(complaints_h) $(gdb_assert_h) \
$(command_h) $(gdbcmd_h)
completer.o: completer.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \
- $(filenames_h) $(cli_decode_h) $(gdbcmd_h) $(completer_h)
+ $(filenames_h) $(cli_decode_h) $(gdbcmd_h) $(completer_h) \
+ $(language_h)
copying.o: copying.c $(defs_h) $(command_h) $(gdbcmd_h)
core-aout.o: core-aout.c $(defs_h) $(gdbcore_h) $(value_h) $(regcache_h) \
$(gdb_dirent_h) $(gdb_stat_h)