commit | ef29eade44fc2aa7e49811a8bd76e941b369b914 | [log] [tgz] |
---|---|---|
author | Arun Sharma <arun.sharma@google.com> | Mon Jun 16 14:42:16 2008 -0600 |
committer | David Mosberger-Tang <davidm@koala.mostang.com> | Mon Jun 16 14:42:16 2008 -0600 |
tree | e880ab82577d1edcd5eb404ff4a4806cc74460d0 | |
parent | 649f1fb3449a65dd0626a709432d8b02a7c56bbc [diff] |
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>