summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* README-excluded-files: Information about excluded filesHEADmasterUlrich Müller2021-08-251-0/+8
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* start adding tl2019 filesMikle Kolyada2019-05-315-0/+797
|
* new patch, for upstream darcs repo and gcc-8Michael Haubenwallner2019-05-229-0/+823
|
* recreate from some git repoMichael Haubenwallner2019-05-229-883/+325
|
* by default, do tweak CFLAGS/CXXFLAGS when they are unsetMichael Haubenwallner2019-05-221-14/+26
|
* initial 4.17 patchset based on last 4.16 patchsetMike Frysinger2018-06-198-0/+348
|
* import 4.16 headers that were released based on 4.15Mike Frysinger2018-06-188-0/+348
|
* fix patchset versionSergei Trofimovich2018-05-181-1/+1
|
* update 13_all_default-ssp-fix.patch to apply on gcc-7.3.0Sergei Trofimovich2018-05-182-7/+3
|
* release 1.3 patchsetSergei Trofimovich2018-05-161-1/+1
|
* 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 is_copy_constructible fix for 1.3 patchsetSergei Trofimovich2018-05-112-1/+26
| | | | | | | The hope is it will help upcoming webkit release to build with gcc-7.3.0. Bug: https://bugs.webkit.org/show_bug.cgi?id=185194
* 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
* Update patches for gcc 6.4 and 7.3 in the patchsetMagnus Granberg2018-05-035-77/+49
|
* 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
* rip-headers.sh: add ripping of missing 'kernel/syscalls' directory for s390Sergei Trofimovich2018-04-141-2/+7
|
* gcc/7.3.0: gcc/config.gcc: sh-*: Disable sysroot-suffix (PR42947)Sergei Trofimovich2018-04-142-0/+34
| | | | | | | | | sh-* is a multilib target. It is also one of 2 sysroot-prefix targets. Unfortunately two options do not mix well. Attempt to use default multilib flavour always prepends sysroot-prefix. Bug: https://bugs.gentoo.org/511548 Bug: https://gcc.gnu.org/PR42947
* testing.txt: follow collectd move to app-metrics/collectdSergei Trofimovich2018-04-081-1/+1
|
* gcc/7.3.0: add i386-bmi tweak, bug #649880Sergei Trofimovich2018-03-112-0/+42
| | | | | Bug: https://bugs.gentoo.org/649880 Bug: https://gcc.gnu.org/PR81763
* gdb/8.1: start new patchset, bug #650130Sergei Trofimovich2018-03-103-0/+65
| | | | | Reported-by: Fabian Groffen Bug: https://bugs.gentoo.org/650130
* gdb/8.0.1: apply upstream patch that fixes build failure on ia64Sergei Trofimovich2018-01-302-0/+51
| | | | | | | Build failure: nat/linux-ptrace.h:175:22: error: expected identifier before numeric constant # define TRAP_HWBKPT 4 ^
* initial 4.15 patchset based on last 4.14 patchsetMike Frysinger2018-01-308-0/+348
|
* gcc/7.3.0: initial patchset, take 2 (moved patches to gentoo/)Sergei Trofimovich2018-01-2512-398/+0
|
* gcc/7.3.0: initial patchset, take 2 (moved patches to gentoo/)Sergei Trofimovich2018-01-2512-0/+398
|
* gcc/7.3.0: initial patchsetSergei Trofimovich2018-01-2512-0/+398
|
* gcc-7: fix openssl miscompilation at least on ia64 (RTL mishandles shifts ↵Sergei Trofimovich2018-01-132-0/+123
| | | | | | | | and rotates) Backport from gcc-7 branch. Bug: https://gcc.gnu.org/PR83565
* gcc: fix building against glibc-2.26 (ucontext_t change), bug #629502#c20Sergei Trofimovich2018-01-126-0/+192
| | | | | Reported-by: Andrey Grozin Bug: https://bugs.gentoo.org/629502#c20
* add poppler 060 patch for tl 2016Alexis Ballier2018-01-072-0/+1149
|
* Fix order of tar arguments in patch tarball scriptAlexis Ballier2018-01-071-1/+1
|
* add texlive 2017 patch for latest poppler; bug #629710Alexis Ballier2018-01-072-0/+1150
|
* make-tarball.sh: tweak patch generation for PORTDIR!=/usr/portageSergei Trofimovich2018-01-061-0/+1
|
* gcc: cut new patchset for gcc-6.4.0 and gcc-7.2.0, bug #641474Sergei Trofimovich2018-01-062-2/+2
| | | | | | | Covers single bug #641474 which amends linking of static binaries on powerpc and powerpc64 built by --default-pie compiler. Bug: https://bugs.gentoo.org/641474
* 4.14: new base patchset for gentoo-headersSergei Trofimovich2017-12-288-0/+348
|
* rip-headers.sh: add tiny 'usage' bannerSergei Trofimovich2017-12-281-1/+4
|
* rip-headers.sh: try DISTDIR from portage before falling back to /usr/portageSergei Trofimovich2017-12-281-1/+1
|
* README.ripped-headers: add self link to make repository more discoverableSergei Trofimovich2017-12-281-0/+5
|
* gcc/6.4.0, gcc/7.2.0: fix --default-pie to use proper startup files, bug #641474Sergei Trofimovich2017-12-186-0/+550
| | | | | | | | | | | | | The change adds two patches to patchset: - gentoo/95_all_static_override_pie.patch - gentoo/96_all_powerpc_pie.patch First fixes -static handling for --default-pie compiler. Second fixes to use proper startup files for --default-pie on powerpc. Otherwise binutils-2.27 and upper generates invalid ELF files. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=22626 Bug: https://bugs.gentoo.org/641474
* gcc/7.2.0: copy all patches from 7.1.0 as we are using unmodified patchsetSergei Trofimovich2017-12-1812-0/+398
|
* gcc/4.9.4: apply patches to fix build against glibc-2.26, bug #629502Sergei Trofimovich2017-10-274-1/+276
| | | | | | | | | | 3 patches here (picked as-is from 5.4.0): - 95_all_asan-signal_h.patch: add missing '<signal.h>' header - 96_all_ucontext-to-ucontext_t.patch: change 'struct ucontext' to 'ucontext_t' - 97_all_no-sigaltstack.patch: remove 'sigaltstack' usage Bug: https://bugs.gentoo.org/629502
* gcc/6.4.0: apply patches to fix build against glibc-2.26, bug #629502Sergei Trofimovich2017-10-274-0/+287
| | | | | | | | | | 3 patches here (picked as-is from 5.4.0): - 92_all_asan-signal_h.patch: add missing '<signal.h>' header - 93_all_ucontext-to-ucontext_t.patch: change 'struct ucontext' to 'ucontext_t' - 94_all_no-sigaltstack.patch: remove 'sigaltstack' usage Bug: https://bugs.gentoo.org/629502
* 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