Regenerate spu overlay and icache manager files
[deliverable/binutils-gdb.git] / gdb / p-valprint.c
index 70eb3a8c677cb261f34df56e4caddc49e4c3be6e..63f6222be43f1ce1ef55369a93047143af0ee815 100644 (file)
@@ -37,7 +37,6 @@
 #include "p-lang.h"
 #include "cp-abi.h"
 #include "cp-support.h"
-#include "exceptions.h"
 #include "objfiles.h"
 \f
 
@@ -627,11 +626,6 @@ pascal_object_print_value_fields (struct type *type, const gdb_byte *valaddr,
                {
                  fputs_filtered (_("<synthetic pointer>"), stream);
                }
-             else if (!value_bits_valid (val, TYPE_FIELD_BITPOS (type, i),
-                                         TYPE_FIELD_BITSIZE (type, i)))
-               {
-                 val_print_optimized_out (val, stream);
-               }
              else
                {
                  struct value_print_options opts = *options;
This page took 0.02356 seconds and 4 git commands to generate.