Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / symmisc.c
index 8867ba75d0fce3995b06536807cdc335f74d2773..7666de390cd58e02123ba756b6ea06d3a0a83569 100644 (file)
@@ -353,7 +353,7 @@ dump_symtab_1 (struct symtab *symtab, struct ui_file *outfile)
                {
                  print_symbol (gdbarch, sym, depth + 1, outfile);
                }
-             catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+             catch (const gdb_exception_error &ex)
                {
                  exception_fprintf (gdb_stderr, ex,
                                     "Error printing symbol:\n");
This page took 0.024577 seconds and 4 git commands to generate.