1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 08:59:28 +02:00

Regenerate.

(Logical change 1.135)
This commit is contained in:
hp.com!davidm 2003-12-04 07:44:21 +00:00
parent 3b54f2a48d
commit 7661874fbe
2 changed files with 9 additions and 3 deletions

View file

@ -109,7 +109,9 @@ include_HEADERS_common = $(include_HEADERS_tdep) include/libunwind-common.h \
@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

View file

@ -106,7 +106,9 @@ man3_MANS = libunwind.man libunwind-ia64.man \
libunwind-ptrace.man libunwind-setjmp.man \
unw_flush_cache.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_reg.man \
unw_getcontext.man \
@ -127,7 +129,9 @@ EXTRA_DIST = NOTES libunwind.trans \
libunwind-setjmp.tex \
unw_flush_cache.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_reg.tex \
unw_getcontext.tex \