]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgo/runtime: Change std::abort to abort.
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 11 Jul 2011 20:16:01 +0000 (20:16 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 11 Jul 2011 20:16:01 +0000 (20:16 +0000)
From-SVN: r176181

libgo/runtime/go-unwind.c

index c0fc59cef84f889c0cbda2c28fca36701f7b68c6..0bc3f1b4e655fdf9c66febe97c2ca5799111cee8 100644 (file)
@@ -293,7 +293,7 @@ PERSONALITY_FUNCTION (int version,
       break;
 
     default:
-      std::abort();
+      abort();
     }
   actions |= state & _US_FORCE_UNWIND;