X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Ff-valprint.c;h=6c254554997c8eb48bb41fd95003e85ff4330f90;hb=6144afba18bc86c04804bfc7df535e778e3c4e31;hp=728bdafe5b020a1450f672a030fb60c29b879e22;hpb=dccbb60975cdbcd6a906a79d0c4308b040fdac1b;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/f-valprint.c b/gdb/f-valprint.c index 728bdaf..6c25455 100644 --- a/gdb/f-valprint.c +++ b/gdb/f-valprint.c @@ -21,7 +21,6 @@ along with this program. If not, see . */ #include "defs.h" -#include #include "symtab.h" #include "gdbtypes.h" #include "expression.h" @@ -34,7 +33,6 @@ #include "command.h" #include "block.h" #include "dictionary.h" -#include "exceptions.h" extern void _initialize_f_valprint (void); static void info_common_command (char *, int); @@ -350,7 +348,7 @@ f_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, opts.format = (options->format ? options->format : options->output_format); val_print_scalar_formatted (type, valaddr, embedded_offset, - original_value, options, 0, stream); + original_value, &opts, 0, stream); } else {