1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Mention unw_get_fpreg.c and unw_set_fpreg.c.

(Logical change 1.9)
This commit is contained in:
mostang.com!davidm 2002-04-01 23:01:22 +00:00
parent 5e30dcbde3
commit 42f9c357a8

View file

@ -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