Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / linux-tdep.c
index ccc5d17015c6d5db31274a475f6d0659a1639d35..5de985def39280aba8b1669c3c4cadf3d49f725e 100644 (file)
@@ -1930,7 +1930,7 @@ linux_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size)
     {
       update_thread_list ();
     }
-  catch (const gdb_exception_RETURN_MASK_ERROR &e)
+  catch (const gdb_exception_error &e)
     {
       exception_print (gdb_stderr, e);
     }
This page took 0.024323 seconds and 4 git commands to generate.