diff options
| author | xentec <xentec@aix0.eu> | 2017-10-23 18:29:20 +0200 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-14 18:42:44 +0100 |
| commit | d890bf664455f53f2560b6207409cfa867cf3b40 (patch) | |
| tree | 021a9974bb7f6e821a19c19e331e4c3cd9d83661 /community/llvm-libunwind/no-exec-stack.patch | |
| parent | bc087384329e97ff13060f91e4cb3290492493ee (diff) | |
| download | aports-d890bf664455f53f2560b6207409cfa867cf3b40.tar.bz2 aports-d890bf664455f53f2560b6207409cfa867cf3b40.tar.xz | |
community/llvm-libunwind: upgrade to 5.0.0
Diffstat (limited to 'community/llvm-libunwind/no-exec-stack.patch')
| -rw-r--r-- | community/llvm-libunwind/no-exec-stack.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/community/llvm-libunwind/no-exec-stack.patch b/community/llvm-libunwind/no-exec-stack.patch deleted file mode 100644 index 6220e946b3..0000000000 --- a/community/llvm-libunwind/no-exec-stack.patch +++ /dev/null @@ -1,19 +0,0 @@ -Remove the gatekeeping to set a non-executable stack for libunwind, -as we don't define any of these directives but still want it. - -diff -Nru a/src/assembly.h b/src/assembly.h ---- a/src/assembly.h 2016-10-23 21:48:47.000000000 +0000 -+++ b/src/assembly.h 2017-05-16 12:38:47.209169931 +0000 -@@ -47,12 +47,7 @@ - #define SYMBOL_IS_FUNC(name) .type name,@function - #endif - --#if defined(__GNU__) || defined(__ANDROID__) || defined(__FreeBSD__) || \ -- defined(__Fuchsia__) - #define NO_EXEC_STACK_DIRECTIVE .section .note.GNU-stack,"",%progbits --#else --#define NO_EXEC_STACK_DIRECTIVE --#endif - - #else - |
