diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-03-12 10:28:03 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-03-12 12:19:07 +0100 |
commit | 16cec7ae67d9a1e88cb30b45f45596ba753b2afa (patch) | |
tree | d87f443c4d8a965b9b72f127d13ec12d78d88e56 /toolchain/gcc/patches/7.3.0/930-fix-mips-noexecstack.patch | |
parent | fe98f2679c2e73245c06a4b6a404abba4a915930 (diff) | |
download | mtk-20170518-16cec7ae67d9a1e88cb30b45f45596ba753b2afa.zip mtk-20170518-16cec7ae67d9a1e88cb30b45f45596ba753b2afa.tar.gz mtk-20170518-16cec7ae67d9a1e88cb30b45f45596ba753b2afa.tar.bz2 |
toolchain/gcc: merge pending fix for miscompiled MIPS16 code issue (GCC PR 84790)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/gcc/patches/7.3.0/930-fix-mips-noexecstack.patch')
-rw-r--r-- | toolchain/gcc/patches/7.3.0/930-fix-mips-noexecstack.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/patches/7.3.0/930-fix-mips-noexecstack.patch b/toolchain/gcc/patches/7.3.0/930-fix-mips-noexecstack.patch index 90d10f1..5affd6f 100644 --- a/toolchain/gcc/patches/7.3.0/930-fix-mips-noexecstack.patch +++ b/toolchain/gcc/patches/7.3.0/930-fix-mips-noexecstack.patch @@ -48,7 +48,7 @@ sellcey@mips.com --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c -@@ -22561,6 +22561,9 @@ mips_promote_function_mode (const_tree t +@@ -22567,6 +22567,9 @@ mips_promote_function_mode (const_tree t #undef TARGET_CUSTOM_FUNCTION_DESCRIPTORS #define TARGET_CUSTOM_FUNCTION_DESCRIPTORS 2 |