[gdb/testsuite] Fix gdb.fortran/info-types.exp regexp
[external/binutils.git] / gdb / p-valprint.c
index 5b0b9dc..a3738a9 100644 (file)
@@ -38,7 +38,7 @@
 #include "cp-abi.h"
 #include "cp-support.h"
 #include "objfiles.h"
-#include "common/byte-vector.h"
+#include "gdbsupport/byte-vector.h"
 \f
 
 /* Decorations for Pascal.  */
@@ -755,7 +755,7 @@ pascal_object_print_value (struct type *type, const gdb_byte *valaddr,
        {
          boffset = baseclass_offset (type, i, valaddr, offset, address, val);
        }
-      catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+      catch (const gdb_exception_error &ex)
        {
          if (ex.error == NOT_AVAILABLE_ERROR)
            skip = -1;