aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 4.9.4: cut 2 patchsetSergei Trofimovich2020-05-291-1/+4
| | | | | | | | | | Two new patches: + 102_all_ustat-sparc.patch: tweak asan for moder glibc + 103_all_whitespace-pa.patch: backport whitespace change Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/725676 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.5.0: cut 3 patchsetSergei Trofimovich2020-05-291-1/+1
| | | | | | | | | | | Two new patches: + 26_all_libcpp-ar.patch: respect user's AR + 27_all_alignof-failure-PR90736.patch: avoid gcc ICE in templates Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 6.5.0: cut 4 patchsetSergei Trofimovich2020-05-291-1/+1
| | | | | | | | | | | Two new patches: + 26_all_libcpp-ar.patch: respect user's AR + 27_all_alignof-failure-PR90736.patch: avoid gcc ICE in templates Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 7.5.0: cut 3 patchsetSergei Trofimovich2020-05-291-1/+1
| | | | | | | | | | One new patch: - 29_all_libcpp-ar.patch: respect user's AR Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.4.0: cut 2 patchsetSergei Trofimovich2020-05-291-1/+1
| | | | | | | | | | | Two new patches: + 29_all_libcpp-ar.patch: respect user's AR + 30_all_alignof-failure-PR90736.patch: avoid gcc ICE in templates Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.3.0: cut 3 patchsetSergei Trofimovich2020-05-291-1/+1
| | | | | | | | | | One new patch: - 29_all_libcpp-ar.patch: respect user's AR Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 4.7.4: abandon branch, ebuild was deleted from ::gentooSergei Trofimovich2020-05-291-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 3.3.6: abandon branch, ebuild was deleted from ::gentooSergei Trofimovich2020-05-291-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 4.9.4: backport whitespace changeSergei Trofimovich2020-05-292-0/+29
| | | | | | Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/725676 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.5.0: fix libcpp ar detection, backport whitespace changeSergei Trofimovich2020-05-293-0/+175
| | | | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/725676 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 6.5.0: fix libcpp ar detection, backport whitespace changeSergei Trofimovich2020-05-293-0/+175
| | | | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/725676 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 7.5.0: fix libcpp ar detectionSergei Trofimovich2020-05-292-0/+146
| | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.3.0: fix libcpp ar detection, backport whitespace changeSergei Trofimovich2020-05-293-0/+174
| | | | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/725676 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: fix libcpp ar detectionSergei Trofimovich2020-05-292-0/+144
| | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* make-tarball.sh: add patchset creation against live ebuildsSergei Trofimovich2020-05-291-0/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: start new patchset for live branchSergei Trofimovich2020-05-2929-0/+1047
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 10.1.0: Trick libintl not to use '_INTL_REDIRECT_ASM' mode as it'sSergei Trofimovich2020-05-192-0/+21
| | | | | | | | | | | | incompatible with LTO builds. glibc does not normally use libintl implementations and uses it's own primitives. But musl ond others do fall back to libintl. Reported-by: Andrew Savchenko Bug: https://bugs.gentoo.org/723370 Bug: https://gcc.gnu.org/PR95194 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 10.1.0: backport infinite loop in float print, bug #722774Sergei Trofimovich2020-05-142-0/+57
| | | | | | | Reported-by: Adrien Dessemond Bug: https://gcc.gnu.org/PR95118 Bug: https://bugs.gentoo.org/722774 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 10.1.0: copy patches frm 9.3.0 and refresh themSergei Trofimovich2020-05-0729-0/+1170
| | | | | | | | | | | | | | Changes are: 2 upstreamed patches are removed: - 12_all_pr55930-dependency-tracking.patch - 25_all_ia64-bootstrap.patch 1 patch is updated: - 11_all_extra-options.patch is split in two: + 27_all_EXTRA_OPTIONS-z-now.patch + 28_all_EXTRA_OPTIONS-fstack-clash-protection.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.4.0: backport https://gcc.gnu.org/PR94929Sergei Trofimovich2020-05-042-0/+36
| | | | | Bug: https://gcc.gnu.org/PR94929 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.4.0: fix libcpp ar detectionSergei Trofimovich2020-04-192-0/+146
| | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.3.0: fix libcpp ar detectionSergei Trofimovich2020-04-192-0/+146
| | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* README.history: cut 4 patchsetSergei Trofimovich2020-04-121-1/+1
| | | | | | 3 new patches: riscv32 ABI patch and libsanitiser patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 2.95.3: path branch as abandonedSergei Trofimovich2020-04-121-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.5.0/pie: make 40_all_gcc49_config_esp.patch -p1 appliableSergei Trofimovich2020-04-022-2/+5
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.5.0: cut 2 patchsetSergei Trofimovich2020-04-021-1/+1
| | | | | | | | Two new patches to handle glibc-2.31 struct changes: + 36_all_libsanitizer-p1.patch + 37_all_libsanitizer-p2.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.5.0: cut 0.6.6 pie patchset, only -p1 tweaksSergei Trofimovich2020-04-021-1/+25
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.5.0: make pie patches -p1 appliableSergei Trofimovich2020-04-026-11/+18
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.5.0: make 21_all_gcc5_isl-dl.patch -p1 appliableSergei Trofimovich2020-04-022-8/+9
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.3.0: cut 2 patchsetSergei Trofimovich2020-04-011-1/+1
| | | | | | | | | | | | | One new patch: + 28_all_hppa-faster-synth_mult.patch: speed up xxhash compilation on hppa One old patch is split in two: - 04_all_default-ssp-fix.patch + 04_all_nossp-on-nostdlib.patch + 27_all_default_ssp-buffer-size.patch to separate two independent fixes. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.3.0: increase expmed cache size from 10^3 to 10^6Sergei Trofimovich2020-04-012-0/+45
| | | | | | | | | | | | | Without this patch is takes dev-libs/xxhash 1-2 hours to compile. With this patch - TODO measurements. It workarounds deficiency of synth_mult() which evics cache entries as it calculates optimal multiplication algorithm. xxhash is especially hevyweight as it's a 64-bit multiplication of large prime constants. Bug: https://gcc.gnu.org/PR87256 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 6.5.0: cut 3 patchsetSergei Trofimovich2020-03-241-1/+1
| | | | | | | Two new patches to add sanitizer compatibility with glibc-2.31: + 24_all_libsanitizer-p1.patch + 25_all_libsanitizer-p2.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 7.5.0: cut 2 patchsetSergei Trofimovich2020-03-211-1/+1
| | | | | | | | Two new patches to add sanitizer compatibility with glibc-2.31: + 22_all_libsanitizer-p1.patch + 23_all_libsanitizer-p2.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 5.5.0: backport glibc-2.31 libsanitizer fixesSergei Trofimovich2020-03-213-0/+100
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 6.5.0: backport glibc-2.31 libsanitizer fixesSergei Trofimovich2020-03-213-0/+100
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 7.4.0: backport glibc-2.31 libsanitizer fixesSergei Trofimovich2020-03-213-1/+94
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 7.5.0: backport glibc-2.31 libsanitizer fixesSergei Trofimovich2020-03-213-0/+95
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.3.0: backport glibc-2.31 libsanitizer fixesSergei Trofimovich2020-03-213-0/+99
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.3.0: split 04_all_default-ssp-fix.patch in twoSergei Trofimovich2020-03-143-12/+20
| | | | | | | | No functional change should happen. gcc-10 got rid of defaults defined in .c file. We'll need to adapt one patch slightly. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.3.0: cut initial patchset, a copy of 9.2.0 patchesSergei Trofimovich2020-03-1227-0/+1035
| | | | | | | | | | | | | | | | | All patches removed are backports: - 27_all_sparc-PIC-constant-PR91472.patch - 28_all_sparc-fpu-subregs-91269.patch - 29_all_mips_split_move-SEGV.patch - 30_all_arm64-march-native.patch - 31_all_openmp-for-SEGV.patch - 32_all_sparc-PIC-constant-part2.patch - 33_all_extend-lifetime.patch - 34_all_ia64-neg-insn-cost.patch - 35_all_glibc-2.31-libsanitizer-1.patch - 36_all_glibc-2.31-libsanitizer-2.patch - 37_all_whitespace-pa.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: cut 6 patchsetSergei Trofimovich2020-03-111-1/+1
| | | | | | | Single new patch: - 37_all_whitespace-pa.patch: fix hppa target built with gcc-10 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.4.0: cut patchset 1, a copy of 8.3.0 patchset without upstreamed patchesSergei Trofimovich2020-03-0429-0/+1258
| | | | | | | | | The only change from 8.3.0 is removal of 3 upstreamed patches: - 16_all_sh_textrel-on-libitm.patch # upstreamed - 27_all_flto-make-all.patch # upstreamed - 28_all_i386_retpoline-and-jumptable.patch # upstreamed Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.3.0: abandon patchset in favour of 8.4.0 releaseSergei Trofimovich2020-03-041-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: pull upstream 37_all_whitespace-pa.patchSergei Trofimovich2020-03-012-0/+30
| | | | | | Fix gcc build failure against hppa target. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* make-tarball.sh: tweak scrip to work on non-empty EPREFIXSergei Trofimovich2020-02-151-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: cut 5 patchsetSergei Trofimovich2020-02-151-2/+2
| | | | | | | | | | | Three new patches: + 34_all_ia64-neg-insn-cost.patch: fix lz4 code generation on ia64 + 35_all_glibc-2.31-libsanitizer-{1,2}.patch: fix build against glibc-2.31 https://bugs.gentoo.org/707958 https://gcc.gnu.org/PR88879 https://bugs.gentoo.org/708346 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: backport libsanitizer tweaks for glibc-2.31Sergei Trofimovich2020-02-063-0/+118
| | | | | | Reported-by: Mike Lothian Bug: https://bugs.gentoo.org/708346 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: pull in PR88879 (negative insn cost), bug #707958Sergei Trofimovich2020-02-062-0/+32
| | | | | | | | | | Single new upstream patch 34_all_ia64-neg-insn-cost.patch to allow zstd to build successfully. Reported-by: Matt Turner Closes: https://bugs.gentoo.org/707958 Bug: https://gcc.gnu.org/PR88879 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 7.2.0: mark unreleased changes abandonedSergei Trofimovich2020-01-081-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.2.0: mark unreleased changes abandonedSergei Trofimovich2020-01-081-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>