projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0b6224
)
libgo/runtime: Change std::abort to abort.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Mon, 11 Jul 2011 20:16:01 +0000
(20:16 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/libgo/runtime/go-unwind.c
b/libgo/runtime/go-unwind.c
index c0fc59cef84f889c0cbda2c28fca36701f7b68c6..0bc3f1b4e655fdf9c66febe97c2ca5799111cee8 100644
(file)
--- 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;