Consolidate NPTL vs non clone.S for ARM.
[glibc.git] / sysdeps / unix / sysv / linux / arm / nptl / Makefile
blobef8076cf3f3a3448c779549ecda54b7078c9c657
1 ifeq ($(subdir),rt)
2 librt-sysdep_routines += rt-aeabi_unwind_cpp_pr1
3 librt-shared-only-routines += rt-aeabi_unwind_cpp_pr1
4 endif
6 ifeq ($(subdir),nptl)
7 libpthread-sysdep_routines += nptl-aeabi_unwind_cpp_pr1
8 libpthread-shared-only-routines += nptl-aeabi_unwind_cpp_pr1
10 # This test relies on compiling part of the binary with EH information,
11 # part without, and unwinding through. The .ARM.exidx tables have
12 # start addresses for EH regions, but no end addresses. Every
13 # region an exception needs to propogate through must have unwind
14 # information, or a previous function's unwind table may be used
15 # by mistake.
16 tests := $(filter-out tst-cleanupx4,$(tests))
17 endif