aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-02-07 19:06:51 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-02-07 19:06:51 +0000
commit2ba95b9b7657de57799431f196136961875475c9 (patch)
treef07e8a389282dfc63f79919c12651264f21785f6 /gdb/Makefile.in
parentea696b7b781e97c6988512296e1a876617da765f (diff)
downloadgdb-2ba95b9b7657de57799431f196136961875475c9.zip
gdb-2ba95b9b7657de57799431f196136961875475c9.tar.gz
gdb-2ba95b9b7657de57799431f196136961875475c9.tar.bz2
* ada-lang.c: #include "vec.h".
(struct string_vector, new_string_vector, string_vector_append): Delete. (char_ptr): New typedef. (DEF_VEC_P (char_ptr)): New VEC type. (symbol_completion_add): Update profile to take the new VEC type instead of the old string_vector structure. Update code accordingly. (ada_make_symbol_completion_list): Use the new VEC type instead of the old string_vector structure, and update the code accordingly. * Makefile.in (ada-lang.o): Add dependency on vec.h.
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 b4e3a44..38c5fe2 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1800,7 +1800,7 @@ ada-lang.o: ada-lang.c $(defs_h) $(gdb_string_h) $(demangle_h) \
$(gdbcore_h) $(hashtab_h) $(gdb_obstack_h) $(ada_lang_h) \
$(completer_h) $(gdb_stat_h) $(ui_out_h) $(block_h) $(infcall_h) \
$(dictionary_h) $(exceptions_h) $(annotate_h) $(valprint_h) \
- $(source_h) $(observer_h)
+ $(source_h) $(observer_h) $(vec_h)
ada-typeprint.o: ada-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) \
$(symtab_h) $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) \
$(target_h) $(command_h) $(gdbcmd_h) $(language_h) $(demangle_h) \