Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / target.c
index 9b777ea8a07e0b65480270435889667620545cb2..2234400211384b09cb6136ff2efee8679fac50fa 100644 (file)
@@ -720,7 +720,7 @@ target_translate_tls_address (struct objfile *objfile, CORE_ADDR offset)
        }
       /* If an error occurred, print TLS related messages here.  Otherwise,
          throw the error to some higher catcher.  */
-      catch (const gdb_exception_RETURN_MASK_ALL &ex)
+      catch (const gdb_exception &ex)
        {
          int objfile_is_library = (objfile->flags & OBJF_SHARED);
 
This page took 0.024903 seconds and 4 git commands to generate.