summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-02-03install.sh: avoid creating symlinks with restricted permissionsTim Cuthbertson-0/+2
2020-01-20fix incorrect escaping in add-cfi.*.awk scriptsWill Dietz-2/+2
2018-08-02fix musl-gcc wrapper to be compatible with default-pie gcc toolchainsRich Felker-2/+2
2015-10-13add CFI generation script for x86_64Alex Dowad-0/+196
2015-10-13recognize partial register operands in i386 CFI generationAlex Dowad-10/+19
2015-10-13fix misinterpretation of indexed memory operand in i386 CFI generationAlex Dowad-1/+1
2015-10-13fix misinterpretation of operand order in i386 CFI generationAlex Dowad-5/+5
2015-10-08fix instruction matching errors in i386 CFI generationAlex Dowad-3/+3
2015-10-08factor common awk functions for CFI generation scripts into new fileAlex Dowad-27/+26
2015-08-26Build process uses script to add CFI directives to x86 asmAlex Dowad-0/+227
2015-07-06add musl-clang, a wrapper for system clang installsShiz-0/+86
2014-01-15fix system breakage window during make install due to permissionsRich Felker-2/+1
2013-12-03fix mv usage in install.sh to avoid bogus interactive promptingRich Felker-1/+1
2013-12-01add infrastructure to record and report the version of libc.soRich Felker-0/+12
2013-08-17replace system's install command with a shell scriptRich Felker-0/+65
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-0/+15
2013-06-07fix mixup in previous change to gcc wrapperRich Felker-1/+1
2013-06-07make gcc-specific headers (intrinsics, etc.) available with wrapperRich Felker-2/+2
2012-07-23gcc wrapper improvement: leave libgcc dir in the library pathRich Felker-1/+1
2012-06-06make gcc wrapper rewrite link options rather than just extending themRich Felker-3/+1
2012-05-30fix musl-gcc wrapper to work with -pieRich Felker-1/+1
2012-04-22new gcc wrapper, entirely specfile basedRich Felker-60/+39
2012-02-17remove -std=gnu99 from musl-gcc wrapperRich Felker-1/+1
2012-02-02improve gcc wrapper to support -nostdlib, -nostartfilesRich Felker-1/+1
2012-01-24make gcc wrapper support -shared correctlyRich Felker-2/+7
2011-09-21new gcc wrapper now supports pre-4.4 gcc versions and is more robustRich Felker-17/+40
2011-06-27cleanup shared library build system to be more $HOME-local-install friendlyRich Felker-2/+2
2011-06-25fix dynamic linker issue in musl-gcc wrapperRich Felker-1/+1
2011-06-23adapt build/install/gcc-wrapper systems for dynamic linking supportRich Felker-2/+3
2011-03-01use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapperRich Felker-1/+2
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+30