summaryrefslogtreecommitdiff
path: root/core/zstd/zstd-1.5.1-non-x86_64-noexecstack.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-26 15:25:35 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-26 15:25:35 +0100
commitefc8d93ceded1c98c17874bfee2e387553848ef5 (patch)
tree43ba22141d6a5e3bc054310a2757dc8d0fc7e510 /core/zstd/zstd-1.5.1-non-x86_64-noexecstack.patch
parent152c6c69dc1c31a06bf2a24a02ec0b3a8efaefe0 (diff)
downloadpackages-efc8d93ceded1c98c17874bfee2e387553848ef5.tar.xz
core/zstd: noexecstack patch removed, is applied upstream in 1.5.2
Diffstat (limited to 'core/zstd/zstd-1.5.1-non-x86_64-noexecstack.patch')
-rw-r--r--core/zstd/zstd-1.5.1-non-x86_64-noexecstack.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/core/zstd/zstd-1.5.1-non-x86_64-noexecstack.patch b/core/zstd/zstd-1.5.1-non-x86_64-noexecstack.patch
deleted file mode 100644
index ebc270b6..00000000
--- a/core/zstd/zstd-1.5.1-non-x86_64-noexecstack.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -rauN zstd-1.5.1/lib/decompress/huf_decompress_amd64.S zstd-1.5.1-non-x86_64-noexecstack-patch/lib/decompress/huf_decompress_amd64.S
---- zstd-1.5.1/lib/decompress/huf_decompress_amd64.S 2021-12-20 23:49:18.000000000 +0100
-+++ zstd-1.5.1-non-x86_64-noexecstack-patch/lib/decompress/huf_decompress_amd64.S 2022-01-13 17:06:54.275942263 +0100
-@@ -1,6 +1,5 @@
- #include "../common/portability_macros.h"
-
--#if ZSTD_ENABLE_ASM_X86_64_BMI2
-
- /* Stack marking
- * ref: https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart
-@@ -9,6 +8,8 @@
- .section .note.GNU-stack,"",%progbits
- #endif
-
-+#if ZSTD_ENABLE_ASM_X86_64_BMI2
-+
- /* Calling convention:
- *
- * %rdi contains the first argument: HUF_DecompressAsmArgs*.