summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJose Flavio Aguilar Paulino <jflavio@br.ibm.com>2007-08-27 09:11:37 -0600
committerDavid Mosberger-Tang <davidm@koala.mostang.com>2007-08-27 09:11:37 -0600
commit32e2187fab8d7a0adaa099b7bdaefca50628de88 (patch)
tree260688d562adfaeeb0449570fd514ccec7d92fa1 /src/Makefile.am
parent3e24581adca378307322555d2b5e70439dbc9c19 (diff)
downloadlibunwind-32e2187fab8d7a0adaa099b7bdaefca50628de88.tar.gz
[PPC64] Get "make check" to work on PPC64 Linux. Add a README entry
describing the expected results.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c69f90e8..2e403988 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -216,8 +216,10 @@ libunwind_la_SOURCES_ppc64 = $(libunwind_la_SOURCES_ppc64_common) \
$(libunwind_la_SOURCES_local) \
$(dwarf_SOURCES_local) \
dwarf/Lfind_proc_info-lsb.c \
+ ppc64/Lcreate_addr_space.c ppc64/Lget_save_loc.c \
ppc64/Lglobal.c ppc64/Linit.c ppc64/Linit_local.c \
- ppc64/Lis_signal_frame.c ppc64/Lget_proc_info.c ppc64/Lregs.c \
+ ppc64/Linit_remote.c ppc64/Lis_signal_frame.c \
+ ppc64/Lget_proc_info.c ppc64/Lregs.c \
ppc64/Lresume.c ppc64/Lstep.c
# The list of files that go into libunwind-ppc64: