gdb/fortran: Introduce fortran-operator.def file
[deliverable/binutils-gdb.git] / gdb / solib-frv.c
index 1b330b8f97f534c80daede2058cf734fcb91235c..fdd4b3453057023755d155f11fa8f084dc36bf93 100644 (file)
@@ -561,14 +561,13 @@ enable_break2 (void)
          mechanism to find the dynamic linker's base address.  */
 
       gdb_bfd_ref_ptr tmp_bfd;
-      TRY
+      try
         {
           tmp_bfd = solib_bfd_open (buf);
         }
-      CATCH (ex, RETURN_MASK_ALL)
+      catch (const gdb_exception &ex)
        {
        }
-      END_CATCH
 
       if (tmp_bfd == NULL)
        {
This page took 0.024912 seconds and 4 git commands to generate.