Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / solib-spu.c
index 832da23b266c603060ca73c14bfdc4badb3bcf34..94d8cadabcb304842ab8d9b5105d370868169235 100644 (file)
@@ -133,7 +133,7 @@ append_ocl_sos (struct so_list **link_ptr)
                  link_ptr = &newobj->next;
                }
            }
-         catch (const gdb_exception_RETURN_MASK_ALL &ex)
+         catch (const gdb_exception &ex)
            {
              /* Ignore memory errors.  */
              switch (ex.error)
This page took 0.044382 seconds and 4 git commands to generate.