diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/arm')
-rw-r--r-- | libpthread/nptl/sysdeps/arm/Makefile.arch | 1 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/arm/aeabi_unwind_cpp_pr1.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/arm/Makefile.arch b/libpthread/nptl/sysdeps/arm/Makefile.arch index 284dba43c..fbe497583 100644 --- a/libpthread/nptl/sysdeps/arm/Makefile.arch +++ b/libpthread/nptl/sysdeps/arm/Makefile.arch @@ -7,7 +7,6 @@ # librt_arch_SSRC = aeabi_read_tp.S thumb_atomics.S -librt_arch_CSRC = aeabi_unwind_cpp_pr1.c CFLAGS-pt-raise.c = -DNOT_IN_libc -DIS_IN_libpthread diff --git a/libpthread/nptl/sysdeps/arm/aeabi_unwind_cpp_pr1.c b/libpthread/nptl/sysdeps/arm/aeabi_unwind_cpp_pr1.c deleted file mode 100644 index 84683627b..000000000 --- a/libpthread/nptl/sysdeps/arm/aeabi_unwind_cpp_pr1.c +++ /dev/null @@ -1 +0,0 @@ -#include <../../../../libc/sysdeps/linux/arm/aeabi_unwind_cpp_pr1.c> |