summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/11.3.0/csky.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-07-28 14:50:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-07-28 14:50:30 +0200
commit7bb2d706b19895c692746c8c783509bd262f9102 (patch)
tree3704f6739dc84f32f36ee3b570524ad729f59452 /toolchain/gcc/patches/11.3.0/csky.patch
parentcdf43bfc47a4153638db66f9d843636a27c5fc14 (diff)
gcc: move 11.x patches
Diffstat (limited to 'toolchain/gcc/patches/11.3.0/csky.patch')
-rw-r--r--toolchain/gcc/patches/11.3.0/csky.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/gcc/patches/11.3.0/csky.patch b/toolchain/gcc/patches/11.3.0/csky.patch
deleted file mode 100644
index ee352951b..000000000
--- a/toolchain/gcc/patches/11.3.0/csky.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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;