summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-01-08 20:47:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-01-15 15:02:30 +0100
commit4c17f8c941a321c8136f7341ebe561c6df650ee4 (patch)
tree371873dcfd3e98ca158974573a228796ca41e671
parentd6e71e1416ca34fbca69a38787796cf928f0aae7 (diff)
c-sky: add small patch
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
-rw-r--r--toolchain/gcc/patches/11.2.0/csky.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/11.2.0/csky.patch b/toolchain/gcc/patches/11.2.0/csky.patch
new file mode 100644
index 000000000..ee352951b
--- /dev/null
+++ b/toolchain/gcc/patches/11.2.0/csky.patch
@@ -0,0 +1,12 @@
+diff -Nur gcc-11.2.0.orig/libgcc/config/csky/linux-atomic.c gcc-11.2.0/libgcc/config/csky/linux-atomic.c
+--- gcc-11.2.0.orig/libgcc/config/csky/linux-atomic.c 2021-07-28 08:55:08.760307899 +0200
++++ gcc-11.2.0/libgcc/config/csky/linux-atomic.c 2021-12-14 14:19:23.685729233 +0100
+@@ -24,7 +24,7 @@
+ <http://www.gnu.org/licenses/>. */
+
+ /* Kernel helper for compare-and-exchange. */
+-inline int
++int
+ __kernel_cmpxchg (int oldval, int newval, volatile int *ptr)
+ {
+ register int _a0 asm ("a0") = oldval;