Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / dwarf-index-write.c
index 531256f2d58d05989271fc5edf505b34faf64329..3f96ffdafb628bd297052daea3282afe37ce5a00 100644 (file)
@@ -1681,7 +1681,7 @@ save_gdb_index_command (const char *arg, int from_tty)
              write_psymtabs_to_index (dwarf2_per_objfile, arg, basename,
                                       index_kind);
            }
-         catch (const gdb_exception_RETURN_MASK_ERROR &except)
+         catch (const gdb_exception_error &except)
            {
              exception_fprintf (gdb_stderr, except,
                                 _("Error while writing index for `%s': "),
This page took 0.036705 seconds and 4 git commands to generate.