1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-24 10:31:44 +02:00

(check_PROGRAMS_cdep): Mention Gia64-test-readonly and Lia64-test-readonly.

(Lia64_test_readonly_SOURCES): New macro.
(Gia64_test_readonly_SOURCES): Likewise.

(Logical change 1.231)
This commit is contained in:
hp.com!davidm 2004-05-06 20:26:29 +00:00
parent 7c067cc6e5
commit 86bef150e4

View file

@ -18,16 +18,17 @@ else
if ARCH_IA64
noinst_PROGRAMS_arch = ia64-test-sig ia64-test-dyn1
check_SCRIPTS_arch = run-ia64-test-dyn1
check_PROGRAMS_arch = Gia64-test-stack Lia64-test-stack \
Gia64-test-nat Lia64-test-nat \
Gia64-test-rbs Lia64-test-rbs
check_PROGRAMS_arch = Gia64-test-stack Lia64-test-stack \
Gia64-test-nat Lia64-test-nat \
Gia64-test-rbs Lia64-test-rbs \
Gia64-test-readonly Lia64-test-readonly
endif
check_SCRIPTS_cdep = run-ptrace-mapper
check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-init Ltest-init \
Gtest-concurrent Ltest-concurrent \
Gtest-resume-sig Ltest-resume-sig \
Gtest-dyn1 Ltest-dyn1 \
test-async-sig test-flush-cache test-mem \
check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-init Ltest-init \
Gtest-concurrent Ltest-concurrent \
Gtest-resume-sig Ltest-resume-sig \
Gtest-dyn1 Ltest-dyn1 \
test-async-sig test-flush-cache test-mem \
test-setjmp test-ptrace
noinst_PROGRAMS_cdep = bt forker mapper test-varargs Gperf-simple Lperf-simple
@ -52,6 +53,8 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_cdep) \
$(noinst_PROGRAMS_arch)
Lia64_test_readonly_SOURCES = Lia64-test-readonly.c ia64-test-readonly-asm.S
Gia64_test_readonly_SOURCES = Gia64-test-readonly.c ia64-test-readonly-asm.S
Lia64_test_stack_SOURCES = Lia64-test-stack.c ia64-test-stack-asm.S \
ia64-test-stack.h
Gia64_test_stack_SOURCES = Gia64-test-stack.c ia64-test-stack-asm.S \