Skip to content
Snippets Groups Projects
Commit 1d581c75 authored by Nadav Har'El's avatar Nadav Har'El Committed by Avi Kivity
Browse files

backtrace(): Use libgcc_eh.a instead of libunwind.a.


This patch changes backtrace() to use the _Unwind_* facilities provided
by the GCC runtime (libgcc_eh.a), instead of the separate libunwind.a.

After this patch, we don't use libunwind.a in OSv any more, and it can
be removed (see issue #83).

Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
Signed-off-by: default avatarAvi Kivity <avi@cloudius-systems.com>
parent 649654af
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment