Rename target_{stop,continue}_ptid
[deliverable/binutils-gdb.git] / gdb / p-valprint.c
index 70eb3a8c677cb261f34df56e4caddc49e4c3be6e..c796218be7799b965b17749852d4005de1904c88 100644 (file)
@@ -627,11 +627,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.029175 seconds and 4 git commands to generate.