mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-27 01:27:39 +01:00
(SOVERSION): Increment "current" to reflect change in size of unw_cursor_t.
(libunwind_la_SOURCES_ia64): Mention rbs-ia64.c. (Logical change 1.40)
This commit is contained in:
parent
66eefe5e66
commit
427c1894c2
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
SOVERSION=0:0:0 # See comments at end of file.
|
||||
SOVERSION=1:0:0 # See comments at end of file.
|
||||
|
||||
libunwind_la_SOURCES_common = \
|
||||
backtrace.c get_proc_name.c \
|
||||
|
@ -33,8 +33,8 @@ libunwind_la_SOURCES_ia64 = $(libunwind_la_SOURCES_common) \
|
|||
ia64/ia64-init.h ia64/offsets.h ia64/regs.h ia64/rse.h \
|
||||
ia64/ucontext_i.h ia64/unwind_decoder.h ia64/unwind_i.h \
|
||||
\
|
||||
ia64/__ia64_install_context.S ia64/global-ia64.c ia64/tables-ia64.c \
|
||||
ia64/get_accessors-ia64.c \
|
||||
ia64/__ia64_install_context.S ia64/global-ia64.c ia64/rbs-ia64.c \
|
||||
ia64/tables-ia64.c ia64/get_accessors-ia64.c \
|
||||
ia64/flush_cache-ia64.c ia64/set_caching_policy-ia64.c \
|
||||
ia64/regname-ia64.c \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue