diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-02-10 18:15:44 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-02-10 18:15:44 +0000 |
commit | cf309262d9828b6aad71e01f727a9fa2e0776a4e (patch) | |
tree | 8d63ad3e9f1f91e0da971925c89d2dcbc80757d8 /gdb/Makefile.in | |
parent | 335cca0d6ecc363f7fd22244823deb8e2a657088 (diff) | |
download | gdb-cf309262d9828b6aad71e01f727a9fa2e0776a4e.zip gdb-cf309262d9828b6aad71e01f727a9fa2e0776a4e.tar.gz gdb-cf309262d9828b6aad71e01f727a9fa2e0776a4e.tar.bz2 |
From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
PR exp/1821
* cp-valprint.c: Include "language.h".
(cp_print_value_fields): Pass the current language to
fprintf_symbol_filtered.
* Makefile.in (cp-valprint.o): Update dependencies.
testsuite/
From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
PR exp/1821
* gdb.base/gdb1821.c: New test file.
* gdb.base/gdb1821.exp: New test file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ce0b106..8ee2c3f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1823,7 +1823,7 @@ cpu32bug-rom.o: cpu32bug-rom.c $(defs_h) $(gdbcore_h) $(target_h) \ cp-valprint.o: cp-valprint.c $(defs_h) $(gdb_obstack_h) $(symtab_h) \ $(gdbtypes_h) $(expression_h) $(value_h) $(command_h) $(gdbcmd_h) \ $(demangle_h) $(annotate_h) $(gdb_string_h) $(c_lang_h) $(target_h) \ - $(cp_abi_h) $(valprint_h) $(cp_support_h) + $(cp_abi_h) $(valprint_h) $(cp_support_h) $(language_h) cris-tdep.o: cris-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ $(frame_base_h) $(trad_frame_h) $(dwarf2_frame_h) $(symtab_h) \ $(inferior_h) $(gdbtypes_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) \ |