e3e354f63a
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. |
||
---|---|---|
.. | ||
0001-musl.diff | ||
0002-pr66609.diff | ||
0003-shbitrot.diff | ||
0004-j2.diff | ||
0005-staticpie.diff | ||
0006-defaultpie.diff | ||
0007-fdpic.diff | ||
0008-shsibcall.diff | ||
0009-mipsdw.diff | ||
0010-cfns-inline-fix.diff | ||
0011-m68k.dff | ||
0016-invalid_tls_model.diff |