mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 00:30:29 +01:00
(AM_CPPFLAGS): Define.
(libunwind_la_SOURCES): Mention unw_get_save_loc.c and Lunw_get_save_loc.c. (Logical change 1.10)
This commit is contained in:
parent
0f1a0c4b4e
commit
1bb24a283f
1 changed files with 16 additions and 14 deletions
|
@ -1,22 +1,24 @@
|
|||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
|
||||
lib_LTLIBRARIES = libunwind.la
|
||||
|
||||
libunwind_la_SOURCES_common = backtrace.c
|
||||
|
||||
if ARCH_IA64
|
||||
libunwind_la_SOURCES = $(libunwind_la_SOURCES_common) \
|
||||
ia64/init.h ia64/offsets.h ia64/rse.h ia64/script.h \
|
||||
ia64/ucontext_i.h ia64/unwind_i.h ia64/unwind_decoder.h \
|
||||
\
|
||||
ia64/__ia64_install_context.S ia64/shared.c ia64/tables-glibc.c \
|
||||
\
|
||||
ia64/init.c ia64/parser.c ia64/regs.c ia64/script.c \
|
||||
ia64/unw_get_reg.c ia64/unw_get_fpreg.c ia64/unw_resume.c \
|
||||
ia64/unw_set_reg.c ia64/unw_set_fpreg.c \
|
||||
ia64/unw_init_local.c ia64/unw_init_remote.c ia64/unw_step.c \
|
||||
\
|
||||
ia64/Linit.c ia64/Lparser.c ia64/Lregs.c ia64/Lscript.c \
|
||||
ia64/Lunw_get_reg.c ia64/Lunw_get_fpreg.c ia64/Lunw_resume.c \
|
||||
ia64/Lunw_set_reg.c ia64/Lunw_set_fpreg.c \
|
||||
libunwind_la_SOURCES = $(libunwind_la_SOURCES_common) \
|
||||
ia64/init.h ia64/offsets.h ia64/rse.h ia64/script.h \
|
||||
ia64/ucontext_i.h ia64/unwind_i.h ia64/unwind_decoder.h \
|
||||
\
|
||||
ia64/__ia64_install_context.S ia64/shared.c ia64/tables-glibc.c \
|
||||
\
|
||||
ia64/init.c ia64/parser.c ia64/regs.c ia64/script.c \
|
||||
ia64/unw_get_reg.c ia64/unw_get_fpreg.c ia64/unw_get_save_loc.c \
|
||||
ia64/unw_resume.c ia64/unw_set_reg.c ia64/unw_set_fpreg.c \
|
||||
ia64/unw_init_local.c ia64/unw_init_remote.c ia64/unw_step.c \
|
||||
\
|
||||
ia64/Linit.c ia64/Lparser.c ia64/Lregs.c ia64/Lscript.c \
|
||||
ia64/Lunw_get_reg.c ia64/Lunw_get_fpreg.c ia64/Lunw_get_save_loc.c \
|
||||
ia64/Lunw_resume.c ia64/Lunw_set_reg.c ia64/Lunw_set_fpreg.c \
|
||||
ia64/Lunw_init_local.c ia64/Lunw_init_remote.c ia64/Lunw_step.c
|
||||
else
|
||||
if ARCH_x86
|
||||
|
|
Loading…
Reference in a new issue