Compare commits

...

19 Commits

Author SHA1 Message Date
7556ad7541 update to 11.3.0 [release 11.3.0-1mamba;Thu Apr 28 2022] 2024-01-05 22:37:52 +01:00
1e9f0fddf2 automatic version update by autodist [release 11.2.0-1mamba;Wed Jul 28 2021] 2024-01-05 22:37:52 +01:00
05baad4d49 automatic version update by autodist [release 11.1.0-1mamba;Thu Apr 29 2021] 2024-01-05 22:37:52 +01:00
c53ce92725 automatic version update by autodist [release 10.2.0-1mamba;Fri Jul 24 2020] 2024-01-05 22:37:52 +01:00
507d443445 arm: added patch to provide futex atomic functions _M_futex_notify_all and _M_futex_wait_until (armv7) [release 10.1.0-2mamba;Mon Jun 08 2020] 2024-01-05 22:37:52 +01:00
fcf33b7cf9 automatic version update by autodist [release 10.1.0-1mamba;Mon May 11 2020] 2024-01-05 22:37:52 +01:00
545e0c4d19 automatic version update by autodist [release 9.3.0-1mamba;Fri Mar 13 2020] 2024-01-05 22:37:51 +01:00
628b8909d7 install libiberty.a with pic support [release 9.2.0-4mamba;Sat Feb 29 2020] 2024-01-05 22:37:51 +01:00
5ae53db6f7 added add and d languages; added --enable-cet=auto and more options [release 9.2.0-3mamba;Thu Dec 05 2019] 2024-01-05 22:37:51 +01:00
753d4b61f2 add legacy provides to libgcc_s.so.1 [release 9.2.0-2mamba;Wed Aug 28 2019] 2024-01-05 22:37:51 +01:00
75955c0210 fix for liblto_plugin.so link added in previous release [release 8.3.0-3mamba;Mon Mar 18 2019] 2024-01-05 22:37:51 +01:00
38649232e0 automatic version update by autodist [release 8.3.0-1mamba;Fri Feb 22 2019] 2024-01-05 22:37:51 +01:00
a7ab85556c automatic version update by autodist [release 8.2.0-1mamba;Thu Jul 26 2018] 2024-01-05 22:37:51 +01:00
7c3a8f2281 automatic version update by autodist [release 8.1.0-1mamba;Fri May 18 2018] 2024-01-05 22:37:50 +01:00
74633b6112 automatic version update by autodist [release 7.3.0-1mamba;Thu Jan 25 2018] 2024-01-05 22:37:50 +01:00
cf935f49cc automatic version update by autodist [release 6.2.0-1mamba;Wed Aug 24 2016] 2024-01-05 22:37:50 +01:00
4704b4a610 patched for libgcj abi minor [release 6.1.0-2mamba;Mon May 09 2016] 2024-01-05 22:37:50 +01:00
824464f600 automatic version update by autodist [release 5.3.0-1mamba;Fri Dec 11 2015] 2024-01-05 22:37:50 +01:00
4b71f7cb6f rebuilt with go
move to %{_libdir} files formerly installed in /%{_lib} [release 5.2.0-2mamba;Sat Nov 21 2015]
2024-01-05 22:37:50 +01:00
5 changed files with 660 additions and 450 deletions

Binary file not shown.

View File

@ -0,0 +1,24 @@
diff -ru gcc-10.1.0/libstdc++-v3/include/bits/atomic_futex.h gcc-10.1.0.patched/libstdc++-v3/include/bits/atomic_futex.h
--- gcc-10.1.0/libstdc++-v3/include/bits/atomic_futex.h 2020-05-07 12:50:02.000000000 +0200
+++ gcc-10.1.0.patched/libstdc++-v3/include/bits/atomic_futex.h 2020-06-08 18:18:38.544259479 +0200
@@ -49,7 +49,7 @@
_GLIBCXX_BEGIN_NAMESPACE_VERSION
#ifdef _GLIBCXX_HAS_GTHREADS
-#if defined(_GLIBCXX_HAVE_LINUX_FUTEX) && ATOMIC_INT_LOCK_FREE > 1
+#if defined(_GLIBCXX_HAVE_LINUX_FUTEX)
struct __atomic_futex_unsigned_base
{
// Returns false iff a timeout occurred.
diff -ru gcc-10.1.0/libstdc++-v3/src/c++11/futex.cc gcc-10.1.0.patched/libstdc++-v3/src/c++11/futex.cc
--- gcc-10.1.0/libstdc++-v3/src/c++11/futex.cc 2020-05-07 12:50:02.000000000 +0200
+++ gcc-10.1.0.patched/libstdc++-v3/src/c++11/futex.cc 2020-06-08 18:19:20.413501894 +0200
@@ -24,7 +24,7 @@
#include <bits/atomic_futex.h>
#ifdef _GLIBCXX_HAS_GTHREADS
-#if defined(_GLIBCXX_HAVE_LINUX_FUTEX) && ATOMIC_INT_LOCK_FREE > 1
+#if defined(_GLIBCXX_HAVE_LINUX_FUTEX)
#include <chrono>
#include <climits>
#include <syscall.h>

View File

@ -1,5 +0,0 @@
#!/bin/sh
gij --classpath /usr/share/java/ecj.jar \
org.eclipse.jdt.internal.compiler.batch.GCCMain \
${1+"$@"}

View File

@ -0,0 +1,20 @@
--- gcc-7.1.0/libgcc/config/i386/linux-unwind.h.orig 2017-10-17 15:57:36.616505453 +0200
+++ gcc-7.1.0/libgcc/config/i386/linux-unwind.h 2017-10-17 15:57:54.791574061 +0200
@@ -58,7 +58,7 @@
if (*(unsigned char *)(pc+0) == 0x48
&& *(unsigned long long *)(pc+1) == RT_SIGRETURN_SYSCALL)
{
- struct ucontext *uc_ = context->cfa;
+ struct ucontext_t *uc_ = context->cfa;
/* The void * cast is necessary to avoid an aliasing warning.
The aliasing warning is correct, but should not be a problem
because it does not alias anything. */
@@ -138,7 +138,7 @@
siginfo_t *pinfo;
void *puc;
siginfo_t info;
- struct ucontext uc;
+ struct ucontext_t uc;
} *rt_ = context->cfa;
/* The void * cast is necessary to avoid an aliasing warning.
The aliasing warning is correct, but should not be a problem

1061
gcc.spec

File diff suppressed because it is too large Load Diff