From: Ian Lance Taylor Date: Mon, 11 Jul 2011 20:16:01 +0000 (+0000) Subject: libgo/runtime: Change std::abort to abort. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae06570eb6fe20092d9732c13dd6427930cc231a;p=gcc.git libgo/runtime: Change std::abort to abort. From-SVN: r176181 --- 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;