Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README-excluded-files: Information about excluded filesHEADmaster | Ulrich Müller | 2021-08-25 | 1 | -0/+8 |
| | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | start adding tl2019 files | Mikle Kolyada | 2019-05-31 | 5 | -0/+797 |
| | |||||
* | new patch, for upstream darcs repo and gcc-8 | Michael Haubenwallner | 2019-05-22 | 9 | -0/+823 |
| | |||||
* | recreate from some git repo | Michael Haubenwallner | 2019-05-22 | 9 | -883/+325 |
| | |||||
* | by default, do tweak CFLAGS/CXXFLAGS when they are unset | Michael Haubenwallner | 2019-05-22 | 1 | -14/+26 |
| | |||||
* | initial 4.17 patchset based on last 4.16 patchset | Mike Frysinger | 2018-06-19 | 8 | -0/+348 |
| | |||||
* | import 4.16 headers that were released based on 4.15 | Mike Frysinger | 2018-06-18 | 8 | -0/+348 |
| | |||||
* | fix patchset version | Sergei Trofimovich | 2018-05-18 | 1 | -1/+1 |
| | |||||
* | update 13_all_default-ssp-fix.patch to apply on gcc-7.3.0 | Sergei Trofimovich | 2018-05-18 | 2 | -7/+3 |
| | |||||
* | release 1.3 patchset | Sergei Trofimovich | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | release 1.3 patchset | Sergei Trofimovich | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | queue 'add --disable-systemtap switch' for next patchset | Sergei Trofimovich | 2018-05-12 | 2 | -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 patchset | Sergei Trofimovich | 2018-05-11 | 2 | -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 #655518 | Sergei Trofimovich | 2018-05-11 | 2 | -0/+36 |
| | | | | | | Reported-by: Steffen Hau Bug: https://gcc.gnu.org/PR85655 Bug: https://bugs.gentoo.org/655518 | ||||
* | ia64: fix textrels on -rdynamic binaries | Sergei Trofimovich | 2018-05-07 | 2 | -0/+24 |
| | | | | | Bug: https://gcc.gnu.org/PR84553 Bug: https://bugs.gentoo.org/566118 | ||||
* | Tag patchset 1.2 | Sergei Trofimovich | 2018-05-06 | 1 | -1/+1 |
| | |||||
* | fix asan building on mips o32 ABI | Sergei Trofimovich | 2018-05-05 | 2 | -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 Trofimovich | 2018-05-04 | 1 | -1/+1 |
| | |||||
* | fix --with-arch= arm validation | Sergei Trofimovich | 2018-05-04 | 2 | -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 patchset | Magnus Granberg | 2018-05-03 | 5 | -77/+49 |
| | |||||
* | Add more patches for gcc 8.1.0 patchset 1.1 | Magnus Granberg | 2018-05-02 | 4 | -39/+170 |
| | |||||
* | copy 7.3.0 patches | Sergei Trofimovich | 2018-05-02 | 12 | -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 s390 | Sergei Trofimovich | 2018-04-14 | 1 | -2/+7 |
| | |||||
* | gcc/7.3.0: gcc/config.gcc: sh-*: Disable sysroot-suffix (PR42947) | Sergei Trofimovich | 2018-04-14 | 2 | -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/collectd | Sergei Trofimovich | 2018-04-08 | 1 | -1/+1 |
| | |||||
* | gcc/7.3.0: add i386-bmi tweak, bug #649880 | Sergei Trofimovich | 2018-03-11 | 2 | -0/+42 |
| | | | | | Bug: https://bugs.gentoo.org/649880 Bug: https://gcc.gnu.org/PR81763 | ||||
* | gdb/8.1: start new patchset, bug #650130 | Sergei Trofimovich | 2018-03-10 | 3 | -0/+65 |
| | | | | | Reported-by: Fabian Groffen Bug: https://bugs.gentoo.org/650130 | ||||
* | gdb/8.0.1: apply upstream patch that fixes build failure on ia64 | Sergei Trofimovich | 2018-01-30 | 2 | -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 patchset | Mike Frysinger | 2018-01-30 | 8 | -0/+348 |
| | |||||
* | gcc/7.3.0: initial patchset, take 2 (moved patches to gentoo/) | Sergei Trofimovich | 2018-01-25 | 12 | -398/+0 |
| | |||||
* | gcc/7.3.0: initial patchset, take 2 (moved patches to gentoo/) | Sergei Trofimovich | 2018-01-25 | 12 | -0/+398 |
| | |||||
* | gcc/7.3.0: initial patchset | Sergei Trofimovich | 2018-01-25 | 12 | -0/+398 |
| | |||||
* | gcc-7: fix openssl miscompilation at least on ia64 (RTL mishandles shifts ↵ | Sergei Trofimovich | 2018-01-13 | 2 | -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#c20 | Sergei Trofimovich | 2018-01-12 | 6 | -0/+192 |
| | | | | | Reported-by: Andrey Grozin Bug: https://bugs.gentoo.org/629502#c20 | ||||
* | add poppler 060 patch for tl 2016 | Alexis Ballier | 2018-01-07 | 2 | -0/+1149 |
| | |||||
* | Fix order of tar arguments in patch tarball script | Alexis Ballier | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | add texlive 2017 patch for latest poppler; bug #629710 | Alexis Ballier | 2018-01-07 | 2 | -0/+1150 |
| | |||||
* | make-tarball.sh: tweak patch generation for PORTDIR!=/usr/portage | Sergei Trofimovich | 2018-01-06 | 1 | -0/+1 |
| | |||||
* | gcc: cut new patchset for gcc-6.4.0 and gcc-7.2.0, bug #641474 | Sergei Trofimovich | 2018-01-06 | 2 | -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-headers | Sergei Trofimovich | 2017-12-28 | 8 | -0/+348 |
| | |||||
* | rip-headers.sh: add tiny 'usage' banner | Sergei Trofimovich | 2017-12-28 | 1 | -1/+4 |
| | |||||
* | rip-headers.sh: try DISTDIR from portage before falling back to /usr/portage | Sergei Trofimovich | 2017-12-28 | 1 | -1/+1 |
| | |||||
* | README.ripped-headers: add self link to make repository more discoverable | Sergei Trofimovich | 2017-12-28 | 1 | -0/+5 |
| | |||||
* | gcc/6.4.0, gcc/7.2.0: fix --default-pie to use proper startup files, bug #641474 | Sergei Trofimovich | 2017-12-18 | 6 | -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 patchset | Sergei Trofimovich | 2017-12-18 | 12 | -0/+398 |
| | |||||
* | gcc/4.9.4: apply patches to fix build against glibc-2.26, bug #629502 | Sergei Trofimovich | 2017-10-27 | 4 | -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 #629502 | Sergei Trofimovich | 2017-10-27 | 4 | -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 #629502 | Sergei Trofimovich | 2017-10-26 | 2 | -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 #629502 | Sergei Trofimovich | 2017-10-26 | 2 | -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 asan | Sergei Trofimovich | 2017-10-24 | 2 | -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 |