summaryrefslogtreecommitdiff
path: root/libgo/runtime
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-11 20:16:01 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-11 20:16:01 +0000
commit5c79394209c0567e6449247926c2c57de090ee91 (patch)
tree379b9e3e822b56e3a8c813e5094841dc72b0e99d /libgo/runtime
parent002e7d08b00a56ebb47fac8a3664a6e52a05da17 (diff)
downloadgcc-5c79394209c0567e6449247926c2c57de090ee91.tar.gz
libgo/runtime: Change std::abort to abort.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176181 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/runtime')
-rw-r--r--libgo/runtime/go-unwind.c2
1 files changed, 1 insertions, 1 deletions
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;