mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 03:23:43 +01:00
Regenerate.
(Logical change 1.135)
This commit is contained in:
parent
3b54f2a48d
commit
7661874fbe
2 changed files with 9 additions and 3 deletions
|
@ -109,7 +109,9 @@ include_HEADERS_common = $(include_HEADERS_tdep) include/libunwind-common.h \
|
||||||
|
|
||||||
|
|
||||||
@REMOTE_ONLY_TRUE@include_HEADERS = $(include_HEADERS_common)
|
@REMOTE_ONLY_TRUE@include_HEADERS = $(include_HEADERS_common)
|
||||||
@REMOTE_ONLY_FALSE@include_HEADERS = $(include_HEADERS_common) include/libunwind.h
|
@REMOTE_ONLY_FALSE@include_HEADERS = $(include_HEADERS_common) include/libunwind.h \
|
||||||
|
@REMOTE_ONLY_FALSE@ include/unwind.h
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS = src tests doc
|
SUBDIRS = src tests doc
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,9 @@ man3_MANS = libunwind.man libunwind-ia64.man \
|
||||||
libunwind-ptrace.man libunwind-setjmp.man \
|
libunwind-ptrace.man libunwind-setjmp.man \
|
||||||
unw_flush_cache.man \
|
unw_flush_cache.man \
|
||||||
unw_get_accessors.man \
|
unw_get_accessors.man \
|
||||||
unw_get_proc_info.man unw_get_proc_name.man \
|
unw_get_proc_info.man \
|
||||||
|
unw_get_proc_info_by_ip.man \
|
||||||
|
unw_get_proc_name.man \
|
||||||
unw_get_fpreg.man \
|
unw_get_fpreg.man \
|
||||||
unw_get_reg.man \
|
unw_get_reg.man \
|
||||||
unw_getcontext.man \
|
unw_getcontext.man \
|
||||||
|
@ -127,7 +129,9 @@ EXTRA_DIST = NOTES libunwind.trans \
|
||||||
libunwind-setjmp.tex \
|
libunwind-setjmp.tex \
|
||||||
unw_flush_cache.tex \
|
unw_flush_cache.tex \
|
||||||
unw_get_accessors.tex \
|
unw_get_accessors.tex \
|
||||||
unw_get_proc_info.tex unw_get_proc_name.tex \
|
unw_get_proc_info.tex \
|
||||||
|
unw_get_proc_info_by_ip.tex \
|
||||||
|
unw_get_proc_name.tex \
|
||||||
unw_get_fpreg.tex \
|
unw_get_fpreg.tex \
|
||||||
unw_get_reg.tex \
|
unw_get_reg.tex \
|
||||||
unw_getcontext.tex \
|
unw_getcontext.tex \
|
||||||
|
|
Loading…
Reference in a new issue