musl-cross-make/patches/gcc-7.3.0
Rich Felker e3e354f63a add patches to fix invalid tls-model usage in gcc target libs
the initial-exec tls model is not valid in any code that might be
dynamically loaded. it usually happens to work on glibc because glibc
reserves some static tls space for late-loaded libraries that need it,
but if it's already been exhausted that will fail. musl does not
support this hack at all, and it's not valid for gcc target libs to be
doing it anywhere, so patch it out entirely rather than just for musl.
2018-09-25 13:52:59 -04:00
..
0001-ssp_nonshared.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0002-posix_memalign.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0003-cilkrts.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0004-libatomic-test-fix.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0005-libgomp-test-fix.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0006-libitm-test-fix.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0007-libvtv-test-fix.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0008-Revert-PR-driver-81523-Make-static-override-pie.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0009-Revert-RS6000-linux-startfile-endfile.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0010-static-pie-support.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0011-j2.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0012-s390x-muslldso.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0013-microblaze-pr65649.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0014-ldbl128-config.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0015-m68k.diff add gcc-7.3.0 patches 2018-07-11 16:12:22 -04:00
0016-invalid_tls_model.diff add patches to fix invalid tls-model usage in gcc target libs 2018-09-25 13:52:59 -04:00