From ae06570eb6fe20092d9732c13dd6427930cc231a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 11 Jul 2011 20:16:01 +0000 Subject: [PATCH] libgo/runtime: Change std::abort to abort. From-SVN: r176181 --- libgo/runtime/go-unwind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgo/runtime/go-unwind.c b/libgo/runtime/go-unwind.c index c0fc59cef84..0bc3f1b4e65 100644 --- a/libgo/runtime/go-unwind.c +++ b/libgo/runtime/go-unwind.c @@ -293,7 +293,7 @@ PERSONALITY_FUNCTION (int version, break; default: - std::abort(); + abort(); } actions |= state & _US_FORCE_UNWIND; -- 2.30.2