aboutsummaryrefslogtreecommitdiff
path: root/8.4.0
Commit message (Collapse)AuthorAgeFilesLines
* 8.4.0: abandoned in favour of 8.5.0Sergei Trofimovich2021-05-161-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.4.0: backport PR97236: fix bad use of VMAT_CONTIGUOUSSergei Trofimovich2021-03-042-0/+121
| | | | | Bug: https://gcc.gnu.org/PR97236 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.4.0: cut 3 patchsetSergei Trofimovich2020-12-181-1/+1
| | | | | | | | | | | | | | | Two new patches: + 31_all_plugin-objdump.patch: always use tool-prefiles objdump + 32_all_assume-aligned.patch: fix constraint alignment And one update: U 11_all_extra-options.patch: fix diff file name. Should be a no-op. Bug: https://gcc.gnu.org/PR95648 Bug: https://bugs.gentoo.org/750905 Bug: https://gcc.gnu.org/PR94163 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.4.0: backport assume_aligned fix (PR94163)Sergei Trofimovich2020-11-082-3/+35
| | | | | | | Reported-by: Ervin Peters Bug: https://bugs.gentoo.org/750905 Bug: https://gcc.gnu.org/PR94163 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* fix extra opts patch to contain correct target file nameSergei Trofimovich2020-08-312-1/+2
| | | | | | | | | | | | | | | | | | | Before the change patches implied different file targets: --- a/gcc/toplev.c +++ b/toplev.c It was not patch's intention. Luckily patch did not perform a file copy. Fixed to: --- a/gcc/toplev.c +++ b/gcc/toplev.c Thanks to Jason Chan who noticed it and proposed a fix! Fixed-by: Jason Chan Closes: https://bugs.gentoo.org/739742 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 8.4.0: backport 'objdump' lookup for pluginsSergei Trofimovich2020-08-282-0/+37
| | | | 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>
* 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>
* 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>