diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-15 16:24:18 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-15 16:24:18 +0000 |
commit | 4f0ee6868cc65119671fbc281ba17f85d61c0f51 (patch) | |
tree | 90eeed59b90dd08a506965db65e9397ff6d450d4 /gcc/libgcc-std.ver | |
parent | 5d0c931c899a823fcfcbcb70ae7ab1fead6c3691 (diff) | |
download | gcc-4f0ee6868cc65119671fbc281ba17f85d61c0f51.tar.gz |
* unwind.inc (_Unwind_Backtrace): New function.
* unwind.h (_Unwind_Backtrace): Declare it.
* libgcc-std.ver (_Unwind_Backtrace): Export it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65641 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc-std.ver')
-rw-r--r-- | gcc/libgcc-std.ver | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/libgcc-std.ver b/gcc/libgcc-std.ver index 00c72c0c4af..c8a1a8b83c9 100644 --- a/gcc/libgcc-std.ver +++ b/gcc/libgcc-std.ver @@ -180,6 +180,7 @@ GCC_3.0 { GCC_3.3 { _Unwind_FindEnclosingFunction _Unwind_GetCFA + _Unwind_Backtrace } %inherit GCC_3.4 GCC_3.3 |