[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libunwind-devel] [PATCH 0/3] Small fixes
From: |
Ken Werner |
Subject: |
[Libunwind-devel] [PATCH 0/3] Small fixes |
Date: |
Thu, 13 Oct 2011 17:42:03 +0200 |
The first patch adds a missing include directive. The second patch excludes two
ARM specific routines from being build in case of UNW_REMOTE_ONLY. These are
not needed in case of remote unwinding. The last patch includes
tdep_get_elf_image in case of remote unwinding since libunwind-ptrace makes use
of that routine.
Ken Werner (3):
Have dwarf.h include pthread.h
Exclude arm_find_proc_info and arm_put_unwind_info in case of
UNW_REMOTE_ONLY
Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY
include/dwarf.h | 1 +
src/arm/Gex_tables.c | 2 ++
src/os-freebsd.c | 4 ----
src/os-hpux.c | 4 ----
src/os-linux.c | 4 ----
5 files changed, 3 insertions(+), 12 deletions(-)
Regards
Ken
--
1.7.4.1
- [Libunwind-devel] [PATCH 0/3] Small fixes,
Ken Werner <=