]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/cp-abi.c
Rename gdb exception types
[thirdparty/binutils-gdb.git] / gdb / cp-abi.c
index f82da4b1636d15344d00b342ba9ca7e43e3cce06..8e54538752ee60ace7484e4bc1f3e91a068215de 100644 (file)
@@ -79,7 +79,7 @@ baseclass_offset (struct type *type, int index, const gdb_byte *valaddr,
                                                embedded_offset,
                                                address, val);
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+  catch (const gdb_exception_error &ex)
     {
       if (ex.error != NOT_AVAILABLE_ERROR)
        throw_exception (ex);
@@ -115,7 +115,7 @@ value_rtti_type (struct value *v, int *full,
     {
       ret = (*current_cp_abi.rtti_type) (v, full, top, using_enc);
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &e)
+  catch (const gdb_exception_error &e)
     {
       return NULL;
     }