summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/13.2.0
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-05-31 14:05:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-05-31 14:06:30 +0200
commit96a9d76b2dbe1907248d442fec9894bdd5d1f397 (patch)
tree5aa164fe85f96e7dc4a75e041bb65aecaa3b1079 /toolchain/gcc/patches/13.2.0
parentb9de23233ecae481eaed8d37515a563d5a2b5d04 (diff)
gcc: move patches to 13.3.0HEADmaster
Diffstat (limited to 'toolchain/gcc/patches/13.2.0')
-rw-r--r--toolchain/gcc/patches/13.2.0/csky.patch12
-rw-r--r--toolchain/gcc/patches/13.2.0/nios2-softfp.patch14
2 files changed, 0 insertions, 26 deletions
diff --git a/toolchain/gcc/patches/13.2.0/csky.patch b/toolchain/gcc/patches/13.2.0/csky.patch
deleted file mode 100644
index ee352951b..000000000
--- a/toolchain/gcc/patches/13.2.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;
diff --git a/toolchain/gcc/patches/13.2.0/nios2-softfp.patch b/toolchain/gcc/patches/13.2.0/nios2-softfp.patch
deleted file mode 100644
index c677c6c2f..000000000
--- a/toolchain/gcc/patches/13.2.0/nios2-softfp.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur gcc-6.2.0.orig/libgcc/config.host gcc-6.2.0/libgcc/config.host
---- gcc-6.2.0.orig/libgcc/config.host 2016-05-17 08:15:52.000000000 +0200
-+++ gcc-6.2.0/libgcc/config.host 2016-10-15 14:42:53.971919904 +0200
-@@ -962,6 +962,10 @@
- ;;
- esac
- ;;
-+nios2-*-linux-uclibc*)
-+ tmake_file="$tmake_file nios2/t-nios2 nios2/t-linux t-libgcc-pic t-slibgcc-libgcc t-softfp-sfdf t-softfp"
-+ md_unwind_header=nios2/linux-unwind.h
-+ ;;
- nios2-*-linux*)
- tmake_file="$tmake_file nios2/t-nios2 nios2/t-linux t-libgcc-pic t-slibgcc-libgcc"
- md_unwind_header=nios2/linux-unwind.h