gdb: Don't allow annotations to influence what else GDB prints
[deliverable/binutils-gdb.git] / gdb / m2-valprint.c
index 344a37678dc9f3c46997646c15a07973ce10f3e0..74f89ee45fb33f70ec54b07b70000aba5b7883ca 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for printing Modula 2 values for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2017 Free Software Foundation, Inc.
+   Copyright (C) 1986-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -408,7 +408,6 @@ m2_val_print (struct type *type, int embedded_offset,
       if (TYPE_STUB (elttype))
        {
          fprintf_filtered (stream, _("<incomplete type>"));
-         gdb_flush (stream);
          break;
        }
       else
@@ -499,5 +498,4 @@ m2_val_print (struct type *type, int embedded_offset,
                         &m2_decorations);
       break;
     }
-  gdb_flush (stream);
 }
This page took 0.028807 seconds and 4 git commands to generate.