mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 16:47:38 +01:00
Mention unw_get_fpreg.c and unw_set_fpreg.c.
(Logical change 1.9)
This commit is contained in:
parent
5e30dcbde3
commit
42f9c357a8
1 changed files with 4 additions and 2 deletions
|
@ -10,11 +10,13 @@ libunwind_la_SOURCES = $(libunwind_la_SOURCES_common) \
|
|||
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_resume.c ia64/unw_set_reg.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_resume.c ia64/Lunw_set_reg.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 \
|
||||
ia64/Lunw_init_local.c ia64/Lunw_init_remote.c ia64/Lunw_step.c
|
||||
else
|
||||
if ARCH_x86
|
||||
|
|
Loading…
Reference in a new issue