mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
(TESTS_arch): Replace ia64-test-rbs with Gia64-test-rbs and
Lia64-test-rbs. (TESTS_cdep): Replace test-exc, test-resume-sig, and test-dyn1 with G (generic) and L (local-only) variants. (Lia64_test_rbs_SOURCES): Rename from ia64_test_rbs_SOURCES. (Gia64_test_rbs_SOURCES): New macro. (Lia64_test_stack_SOURCES): Rename from ia64_test_stack_SOURCES. (Gia64_test_stack_SOURCES): New macro. (Logical change 1.53)
This commit is contained in:
parent
b49a5f35e1
commit
1d36e97333
1 changed files with 8 additions and 4 deletions
|
@ -8,9 +8,11 @@ if REMOTE_ONLY
|
|||
else
|
||||
if ARCH_IA64
|
||||
noinst_PROGRAMS_arch = ia64-test-sig
|
||||
TESTS_arch = ia64-test-stack ia64-test-rbs
|
||||
TESTS_arch = Gia64-test-stack Lia64-test-stack \
|
||||
Gia64-test-rbs Lia64-test-rbs
|
||||
endif
|
||||
TESTS_cdep = test-dyn1 test-exc test-resume-sig test-setjmp test-ptrace
|
||||
TESTS_cdep = Gtest-exc Ltest-exc Gtest-resume-sig Ltest-resume-sig \
|
||||
Gtest-dyn1 Ltest-dyn1 test-setjmp test-ptrace
|
||||
noinst_PROGRAMS_cdep = bt test-init test-varargs
|
||||
endif
|
||||
|
||||
|
@ -21,8 +23,10 @@ check_PROGRAMS = $(TESTS)
|
|||
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_cdep) \
|
||||
$(noinst_PROGRAMS_arch)
|
||||
|
||||
ia64_test_stack_SOURCES = ia64-test-stack.c ia64-test-stack-asm.S
|
||||
ia64_test_rbs_SOURCES = ia64-test-rbs.c ia64-test-rbs-asm.S
|
||||
Lia64_test_stack_SOURCES = Lia64-test-stack.c ia64-test-stack-asm.S
|
||||
Gia64_test_stack_SOURCES = Gia64-test-stack.c ia64-test-stack-asm.S
|
||||
Lia64_test_rbs_SOURCES = Lia64-test-rbs.c ia64-test-rbs-asm.S
|
||||
Gia64_test_rbs_SOURCES = Gia64-test-rbs.c ia64-test-rbs-asm.S
|
||||
|
||||
LDADD = ../src/libunwind-$(arch).la
|
||||
|
||||
|
|
Loading…
Reference in a new issue