Browse Source

c-sky: add small patch

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb 2 years ago
parent
commit
4c17f8c941
1 changed files with 12 additions and 0 deletions
  1. 12 0
      toolchain/gcc/patches/11.2.0/csky.patch

+ 12 - 0
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;