diff options
Diffstat (limited to 'libpthread/nptl/sysdeps')
-rw-r--r-- | libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c | 2 | ||||
-rw-r--r-- | libpthread/nptl/sysdeps/arm/rt-arm-unwind-resume.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c b/libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c deleted file mode 100644 index fd0cec4aa..000000000 --- a/libpthread/nptl/sysdeps/arm/pt-arm-unwind-resume.c +++ /dev/null @@ -1,2 +0,0 @@ -__asm__ (".set __libgcc_s_init, pthread_cancel_init"); -#include <arm-unwind-resume.c> diff --git a/libpthread/nptl/sysdeps/arm/rt-arm-unwind-resume.c b/libpthread/nptl/sysdeps/arm/rt-arm-unwind-resume.c deleted file mode 100644 index 2641dc54c..000000000 --- a/libpthread/nptl/sysdeps/arm/rt-arm-unwind-resume.c +++ /dev/null @@ -1 +0,0 @@ -#include <arm-unwind-resume.c> |