Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / sparc64-linux-tdep.c
index 6f2b10f058fb8e4b0e2c832c88390e1fb570e7d6..158db97ec619328b54d6e38a57ba7ddaf5844e35 100644 (file)
@@ -138,7 +138,7 @@ sparc64_linux_handle_segmentation_fault (struct gdbarch *gdbarch,
       if (si_code >= SEGV_ACCADI && si_code <= SEGV_ADIPERR)
         addr = parse_and_eval_long ("$_siginfo._sifields._sigfault.si_addr");
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &exception)
+  catch (const gdb_exception &exception)
     {
       return;
     }
This page took 0.026846 seconds and 4 git commands to generate.