]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/rs6000/host-darwin.c
darwin.c (machopic_define_symbol): Use gcc_assert or gcc_unreachable as appropriate.
[thirdparty/gcc.git] / gcc / config / rs6000 / host-darwin.c
index 1b8cb83a1ea3658a32656d633ab4dfb3d794f7ed..ca32cffb465ca61546733dd2f5be3e6562d84914 100644 (file)
@@ -107,7 +107,7 @@ segv_handler (int sig ATTRIBUTE_UNUSED,
        }
       
       if (global_dc->abort_on_error)
-       abort ();
+       fancy_abort (__FILE__, __LINE__, __FUNCTION__);
 
       exit (FATAL_EXIT_CODE);
     }