musl-cross-make/patches/gcc-5.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-musl.diff add support for gcc 5.3.0 and use by default 2016-05-17 02:15:34 +00:00
0002-pr66609.diff add support for gcc 5.3.0 and use by default 2016-05-17 02:15:34 +00:00
0003-shbitrot.diff add support for gcc 5.3.0 and use by default 2016-05-17 02:15:34 +00:00
0004-j2.diff add support for gcc 5.3.0 and use by default 2016-05-17 02:15:34 +00:00
0005-staticpie.diff add support for gcc 5.3.0 and use by default 2016-05-17 02:15:34 +00:00
0006-defaultpie.diff add support for gcc 5.3.0 and use by default 2016-05-17 02:15:34 +00:00
0007-fdpic.diff add support for gcc 5.3.0 and use by default 2016-05-17 02:15:34 +00:00
0008-shsibcall.diff add support for gcc 5.3.0 and use by default 2016-05-17 02:15:34 +00:00
0009-mipsdw.diff add support for gcc 5.3.0 and use by default 2016-05-17 02:15:34 +00:00
0010-cfns-inline-fix.diff fix gcc-5.* build with a recent gcc 2016-11-07 12:50:37 -05:00
0011-m68k.dff add m68k support patches for all currently supported gcc versions 2018-06-21 15:30:04 -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