diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-15 16:53:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-15 16:53:38 +0000 |
commit | 19ca80ba578d7849bc921f80339f757f91eb4eae (patch) | |
tree | 9ff503a38756f3401cecdb19d4cd63ab434a3990 /gdb/Makefile.in | |
parent | 245c7f487f624e96be56ead109684a7684160eca (diff) | |
download | gdb-19ca80ba578d7849bc921f80339f757f91eb4eae.zip gdb-19ca80ba578d7849bc921f80339f757f91eb4eae.tar.gz gdb-19ca80ba578d7849bc921f80339f757f91eb4eae.tar.bz2 |
* valprint.c: Include "exceptions.h".
(val_print): If something goes wrong while printing, supply an
error message.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index e8cd87a..ab25148 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2773,7 +2773,8 @@ valops.o: valops.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(value_h) $(frame_h) \ $(cp_support_h) $(observer_h) valprint.o: valprint.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ $(value_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) $(language_h) \ - $(annotate_h) $(valprint_h) $(floatformat_h) $(doublest_h) + $(annotate_h) $(valprint_h) $(floatformat_h) $(doublest_h) \ + $(exceptions_h) value.o: value.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ $(value_h) $(gdbcore_h) $(command_h) $(gdbcmd_h) $(target_h) \ $(language_h) $(scm_lang_h) $(demangle_h) $(doublest_h) \ |