aboutsummaryrefslogtreecommitdiff
path: root/5.4.0
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.0: cut 1.11 patchsetSergei Trofimovich2018-10-271-1/+1
| | | | | | | | | | | | | | Eight new patches: + 99_all_remove-lieee.patch + 100_all_libgfortran-Werror.patch + 101_all_libgomp-Werror.patch + 102_all_libitm-Werror.patch + 103_all_libatomic-Werror.patch + 104_all_libbacktrace-Werror.patch + 105_all_libsanitizer-libbacktrace-Werror.patch + 106_all_libstdcxx-no-vtv.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.4.0: pull in vtv RPATH patchSergei Trofimovich2018-10-272-1/+63
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.4.0: drop assumed -lieee from -mieee-fp, backport removal of -WerrorSergei Trofimovich2018-10-198-0/+168
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.4.0: cut 1.10 releaseSergei Trofimovich2018-09-231-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Pass CXXFLAGS as CXXFLAGS_FOR_BUILD to stage1.Sergei Trofimovich2018-09-152-0/+41
| | | | | | | | | | | | | Fixes build failure when CXXFLAGS contains TARGET-specific flags. Tested on x86_64-pc-linux-gnu host as: # CFLAGS='-O2 -mfpu=neon-vfpv4' CXXFLAGS='-O2 -mfpu=neon-vfpv4' \ armv7a-unknown-linux-gnueabihf-emerge -v1 sys-devel/gcc --quiet-build=n Fix by Peter Levine. Bug: https://bugs.gentoo.org/581406 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.4.0: cut 1.9 patchsetSergei Trofimovich2018-08-271-1/+1
| | | | | | Single change: compatibility with glibc-2.28 (ustat.h) Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.4.0: fix building against glibc-2.28 (ustat.h)Sergei Trofimovich2018-08-253-0/+102
| | | | | | All patches are taken as-is from gcc-7-branch. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* gcc: fix building against glibc-2.26 (ucontext_t change), bug #629502#c20Sergei Trofimovich2018-01-122-0/+64
| | | | | Reported-by: Andrey Grozin Bug: https://bugs.gentoo.org/629502#c20
* gcc/5.4.0: drop 'sigaltstack' usage, bug #629502Sergei Trofimovich2017-10-262-0/+79
| | | | | | Fixes asan build failure against glibc-2.26. Bug: https://bugs.gentoo.org/629502
* gcc/5.4.0: use 'ucontext_t' instead of 'ucontext', bug #629502Sergei Trofimovich2017-10-262-0/+193
| | | | | | | | | | | Fixes one of build failures against glibc-2.26: ./md-unwind-support.h: In function 'x86_64_fallback_frame_state': ./md-unwind-support.h:65:47: error: dereferencing pointer to incomplete type 'struct ucontext' sc = (struct sigcontext *) (void *) &uc_->uc_mcontext; ^~ Bug: https://bugs.gentoo.org/629502
* gcc/5.4.0: add missing <signal.h> inclusion to asanSergei Trofimovich2017-10-242-1/+17
| | | | | | | | | | | Without this patch glibc-2.25-r8 (ppc and ppc64) gcc build fails as: .../portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/libsanitizer/asan/asan_linux.cc: In function 'bool __asan::AsanInterceptsSignal(int)': .../portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/libsanitizer/asan/asan_linux.cc:222:20: error: 'SIGSEGV' was not declared in this scope return signum == SIGSEGV && common_flags()->handle_segv; ^ Reported-by: Andreas K. Hüttel Bug: https://bugs.gentoo.org/629502#c9
* 5.4.0 gentoo patchset 1.4Matthias Maier2017-08-062-0/+32
|
* document patchMike Frysinger2017-02-111-16/+20
|
* sys-devel/gcc-5.4.0: Readd 71_all_gcc-5-march-native-pr67310.patch to 1.3Magnus Granberg2017-02-012-0/+138
|
* sys-devel/gcc-5.4.0: Bump patchset to 1.3Magnus Granberg2017-02-013-219502/+94
|
* bump gcc 5.4 gentoo patchset to 1.2Magnus Granberg2016-12-283-137/+219508
|
* document boehm-gc uclibc/execinfo.h patchesMike Frysinger2016-06-221-0/+1
|
* initial 5.4.0 patchset based on last 5.3.0 patchsetMike Frysinger2016-06-1343-0/+4524