Compare commits

...

11 Commits

Author SHA1 Message Date
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
527498f321 new target: arm-openmamba-linux-gnueabihf [release 4.9.2-2mamba;Thu Apr 09 2015] 2024-01-05 22:37:50 +01:00
3 changed files with 479 additions and 393 deletions

Binary file not shown.

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

852
gcc.spec

File diff suppressed because it is too large Load Diff