aboutsummaryrefslogtreecommitdiff
path: root/11.3.0
Commit message (Collapse)AuthorAgeFilesLines
* 11.3.0: add 28_all_drop_CFLAGS_sed.patchSam James2022-08-222-0/+38
| | | | | | | Previously was just for 12. Bug: https://bugs.gentoo.org/849722 Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: add another bug ref to glibc 2.36 patchSam James2022-08-221-0/+1
| | | | | Bug: https://bugs.gentoo.org/864717 Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: fix 20_all_libstdcxx-no-vtv.patch, update 77_all_glibc_236.patchSam James2022-08-223-13/+42
| | | | | | | | - fix 20_all_libstdcxx-no-vtv.patch (accidentally copied 11.4.0 patch before) - update 77_all_glibc_236.patch to contain Go fix too Bug: https://bugs.gentoo.org/865879 Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: add 77_all_glibc_236.patchSam James2022-08-182-0/+42
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* 10.4.0, 11.3.0, 11.4.0, 12.1.0: add gettext/msgfmt libstdc++ patchSam James2022-07-032-0/+42
| | | | | | | Fixes building w/ USE=nls using a newer GCC. Bug: https://bugs.gentoo.org/843119 Signed-off-by: Sam James <sam@gentoo.org>
* 11.4.0: add patchset, almost clone of 11.3.0Sam James2022-05-221-12/+12
| | | | | | Rebased gentoo/20_all_libstdcxx-no-vtv.patch. Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: cut patchset 4Sam James2022-01-081-1/+4
| | | | | | | Just includes the PCH fix. Bug: https://bugs.gentoo.org/822690 Signed-off-by: Sam James <sam@gentoo.org>
* */musl: add some context to patchesSam James2022-01-082-2/+9
| | | | | | Not yet perfect, but an improvement nonetheless. Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: copy 11.2.0 musl patchesSam James2022-01-084-0/+181
| | | | | | | As-is. Same as 11.2.0. See: 80b2ddbd24304d3ccbfc7a8cd5cebcafe2c25b61 Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: fix README.historySam James2022-01-082-5/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: add PR103910 backport (OpenJDK ICE with PCH)Sam James2022-01-082-0/+38
| | | | | | Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103910 Bug: https://bugs.gentoo.org/822690 Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: fix CET patchSam James2021-12-281-56/+9
| | | | | | | | | | | | | | Our patch was causing unhandled state to leak into the LTO metadata writer, it shouldn't have got that far though. Instead of messing about with GCC's option handling, use the macro they provide for purposes like this, which makes things far simpler (and less fragile). Bug: https://bugs.gentoo.org/828400 Bug: https://bugs.gentoo.org/822036 Thanks-to: Sergei Trofimovich <slyich@gmail.com> (debugging help in #gentoo-toolchain) Thanks-to: Georgy Yakovlev <gyakovlev@gentoo.org> (debugging) Reported-by: matoro <matoro@airmail.cc> Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: refine backported PR99703 fix (allow disabling CET on i486)Calvin Walton2021-12-182-145/+25
| | | | | | | | Minimise configure patch to ease future patching. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=27397 Bug: https://bugs.gentoo.org/777117 Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: backport PR99703 fix (allow disabling CET on i486)Calvin Walton2021-12-182-1/+511
| | | | | | Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=27397 Bug: https://bugs.gentoo.org/777117 Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: update CET patch to disable on 32-bit / missing CMOV, deuxSam James2021-12-181-8/+11
| | | | | | | | | | Bug: https://bugs.gentoo.org/828546 Bug: https://bugs.gentoo.org/828549 Bug: https://bugs.gentoo.org/828081 Bug: https://bugs.gentoo.org/827880 Bug: https://bugs.gentoo.org/827905 Bug: https://bugs.gentoo.org/777117 Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: update CET patch to disable on 32-bit / missing CMOVSam James2021-12-072-10/+11
| | | | | | | | Bug: https://bugs.gentoo.org/828081 Bug: https://bugs.gentoo.org/827880 Bug: https://bugs.gentoo.org/827905 Bug: https://bugs.gentoo.org/777117 Signed-off-by: Sam James <sam@gentoo.org>
* 11.3.0: add patch to enable CETSam James2021-11-272-0/+102
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* 11.3.0: rebase patches to avoid fuzzDavid Seifert2021-11-277-27/+45
| | | | | | | | | | | | * 11.3.0/gentoo/02_all_default-warn-format-security.patch * 11.3.0/gentoo/04_all_nossp-on-nostdlib.patch * 11.3.0/gentoo/07_all_libiberty-asprintf.patch * 11.3.0/gentoo/15_all_libgomp-Werror.patch * 11.3.0/gentoo/16_all_libitm-Werror.patch * 11.3.0/gentoo/17_all_libatomic-Werror.patch * 11.3.0/gentoo/22_all_EXTRA_OPTIONS-z-now.patch Signed-off-by: David Seifert <soap@gentoo.org>
* 11.3.0: copy patches from 11.2.0David Seifert2021-11-2726-0/+907
Signed-off-by: David Seifert <soap@gentoo.org>