diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-21 05:33:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-21 05:34:53 +0200 |
commit | a51f814fc75e2ab93bbbe496dba60d211526a25d (patch) | |
tree | 48c6dec225ada5d1d31a1d62e274bdbf5e74cde7 /toolchain/gcc/patches/14.1.0/csky.patch | |
parent | baa95a2f666d45514b34f1554beeaab005b837d6 (diff) |
gcc: add required 14.1.0 patches
Diffstat (limited to 'toolchain/gcc/patches/14.1.0/csky.patch')
-rw-r--r-- | toolchain/gcc/patches/14.1.0/csky.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/14.1.0/csky.patch b/toolchain/gcc/patches/14.1.0/csky.patch new file mode 100644 index 000000000..ee352951b --- /dev/null +++ b/toolchain/gcc/patches/14.1.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; |