aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 1.3 patchsetSergei Trofimovich2018-05-161-1/+1
|
* queue 'add --disable-systemtap switch' for next patchsetSergei Trofimovich2018-05-122-0/+143
| | | | | | | | | | | | Before the change systemtap probes were enabled if target headers had sys/sdt.h at ./configure time. After the change explicitly ask to enable or disable for probe support and not rely on automagic dependency discovery. Bug: https://bugs.gentoo.org/654748 Bug: https://gcc.gnu.org/bugzilla/PR61257
* Queue a fix for -O2 -lto into 1.3 patchset, bug #655518Sergei Trofimovich2018-05-112-0/+36
| | | | | | Reported-by: Steffen Hau Bug: https://gcc.gnu.org/PR85655 Bug: https://bugs.gentoo.org/655518
* ia64: fix textrels on -rdynamic binariesSergei Trofimovich2018-05-072-0/+24
| | | | | Bug: https://gcc.gnu.org/PR84553 Bug: https://bugs.gentoo.org/566118
* Tag patchset 1.2Sergei Trofimovich2018-05-061-1/+1
|
* fix asan building on mips o32 ABISergei Trofimovich2018-05-052-0/+38
| | | | | | | | In this case broken targets were: cross-mips-unknown-linux-gnu/gcc cross-mipsel-unknown-linux-gnu/gcc Bug: https://gcc.gnu.org/PR85658
* Set 'TODO' as a placeholder on next patchset release.Sergei Trofimovich2018-05-041-1/+1
|
* fix --with-arch= arm validationSergei Trofimovich2018-05-042-0/+18
| | | | | | | | | toolchain.eclass relies on it to pass (or not to pass0 correct --with-arch=. In this case broken target was arm-none-eabi Bug: https://gcc.gnu.org/PR85658
* Add more patches for gcc 8.1.0 patchset 1.1Magnus Granberg2018-05-024-39/+170
|
* copy 7.3.0 patchesSergei Trofimovich2018-05-0212-0/+343
A few changes on top of 7.3.0: - 11_all_default-warn-format-security.patch tweaked for gcc-8.1.0 - 91_all_bmi-i386-PR-target-81763.patch dropped (was a backport) - 55_all_extra-options.patch dropped, does not apply and needs a port