diff options
author | Arun Sharma <arun.sharma@google.com> | 2008-06-16 14:42:16 -0600 |
---|---|---|
committer | David Mosberger-Tang <davidm@koala.mostang.com> | 2008-06-16 14:42:16 -0600 |
commit | ef29eade44fc2aa7e49811a8bd76e941b369b914 (patch) | |
tree | e880ab82577d1edcd5eb404ff4a4806cc74460d0 /tests | |
parent | 649f1fb3449a65dd0626a709432d8b02a7c56bbc (diff) | |
download | libunwind-ef29eade44fc2aa7e49811a8bd76e941b369b914.tar.gz |
This patch eliminates one system call per unwind by not using the
getcontext in libc.
Also cleanup the namespace (check-name-space passes on x86_64 now).
Replace uses of offsets.h with ucontext_i.h.
Rename _x86_64_setcontext to _Ux86_64_setcontext.
TBD: Add CFI annotations for get/setcontext.
Signed-off-by: Paul Pluzhnikov <ppluzhnikov@google.com>
Signed-off-by: Arun Sharma <arun.sharma@google.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check-namespace.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check-namespace.sh.in b/tests/check-namespace.sh.in index d6f51223..b7285b1d 100644 --- a/tests/check-namespace.sh.in +++ b/tests/check-namespace.sh.in @@ -121,6 +121,7 @@ check_local_unw_abi () { match _U${plat}_get_elf_image match _U${plat}_is_fpreg match _UL${plat}_dwarf_search_unwind_table + match _U${plat}_setcontext ;; *) match _U${plat}_is_fpreg |