about summary refs log tree commit diff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect escaping in add-cfi.*.awk scriptsWill Dietz2020-01-202-2/+2
* fix musl-gcc wrapper to be compatible with default-pie gcc toolchainsRich Felker2018-08-021-2/+2
* add CFI generation script for x86_64Alex Dowad2015-10-131-0/+196
* recognize partial register operands in i386 CFI generationAlex Dowad2015-10-131-10/+19
* fix misinterpretation of indexed memory operand in i386 CFI generationAlex Dowad2015-10-131-1/+1
* fix misinterpretation of operand order in i386 CFI generationAlex Dowad2015-10-131-5/+5
* fix instruction matching errors in i386 CFI generationAlex Dowad2015-10-081-3/+3
* factor common awk functions for CFI generation scripts into new fileAlex Dowad2015-10-082-27/+26
* Build process uses script to add CFI directives to x86 asmAlex Dowad2015-08-261-0/+227
* add musl-clang, a wrapper for system clang installsShiz2015-07-062-0/+86
* fix system breakage window during make install due to permissionsRich Felker2014-01-151-2/+1
* fix mv usage in install.sh to avoid bogus interactive promptingRich Felker2013-12-031-1/+1
* add infrastructure to record and report the version of libc.soRich Felker2013-12-011-0/+12
* replace system's install command with a shell scriptRich Felker2013-08-171-0/+65
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-0/+15
* fix mixup in previous change to gcc wrapperRich Felker2013-06-071-1/+1
* make gcc-specific headers (intrinsics, etc.) available with wrapperRich Felker2013-06-071-2/+2
* gcc wrapper improvement: leave libgcc dir in the library pathRich Felker2012-07-231-1/+1
* make gcc wrapper rewrite link options rather than just extending themRich Felker2012-06-061-3/+1
* fix musl-gcc wrapper to work with -pieRich Felker2012-05-301-1/+1
* new gcc wrapper, entirely specfile basedRich Felker2012-04-222-60/+39
* remove -std=gnu99 from musl-gcc wrapperRich Felker2012-02-171-1/+1
* improve gcc wrapper to support -nostdlib, -nostartfilesRich Felker2012-02-021-1/+1
* make gcc wrapper support -shared correctlyRich Felker2012-01-241-2/+7
* new gcc wrapper now supports pre-4.4 gcc versions and is more robustRich Felker2011-09-211-17/+40
* cleanup shared library build system to be more $HOME-local-install friendlyRich Felker2011-06-271-2/+2
* fix dynamic linker issue in musl-gcc wrapperRich Felker2011-06-251-1/+1
* adapt build/install/gcc-wrapper systems for dynamic linking supportRich Felker2011-06-231-2/+3
* use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapperRich Felker2011-03-011-1/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+30