31 Commits (2e1bb87af24e3cb053bb3d5f4bb6e2e72f79c44a)

Author SHA1 Message Date
Tim Cuthbertson 2e1bb87af2 install.sh: avoid creating symlinks with restricted permissions 2 years ago
Will Dietz a2e71304f3 fix incorrect escaping in add-cfi.*.awk scripts 6 years ago
Rich Felker 7dad9c2125 fix musl-gcc wrapper to be compatible with default-pie gcc toolchains 8 years ago
Alex Dowad 4e6b8eee77 add CFI generation script for x86_64 11 years ago
Alex Dowad 1b0c9cd099 recognize partial register operands in i386 CFI generation 11 years ago
Alex Dowad 8cfdfa9c8f fix misinterpretation of indexed memory operand in i386 CFI generation 11 years ago
Alex Dowad fef9c801fe fix misinterpretation of operand order in i386 CFI generation 11 years ago
Alex Dowad dc97951402 fix instruction matching errors in i386 CFI generation 11 years ago
Alex Dowad 0650a05947 factor common awk functions for CFI generation scripts into new file 11 years ago
Alex Dowad 35b3312b6f Build process uses script to add CFI directives to x86 asm 11 years ago
Shiz fb58545f8d add musl-clang, a wrapper for system clang installs 11 years ago
Rich Felker 7cbb6f70c8 fix system breakage window during make install due to permissions 12 years ago
Rich Felker ceacb6a4cf fix mv usage in install.sh to avoid bogus interactive prompting 13 years ago
Rich Felker 179ab5a505 add infrastructure to record and report the version of libc.so 13 years ago
Rich Felker e678fc6f32 replace system's install command with a shell script 13 years ago
Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
Rich Felker fd1d7be35f fix mixup in previous change to gcc wrapper 13 years ago
Rich Felker c161356002 make gcc-specific headers (intrinsics, etc.) available with wrapper 13 years ago
Rich Felker 5d26d5d15b gcc wrapper improvement: leave libgcc dir in the library path 14 years ago
Rich Felker 6e0ad2277a make gcc wrapper rewrite link options rather than just extending them 14 years ago
Rich Felker ed6717277c fix musl-gcc wrapper to work with -pie 14 years ago
Rich Felker 58f430c1e0 new gcc wrapper, entirely specfile based 14 years ago
Rich Felker 61c2cf877b remove -std=gnu99 from musl-gcc wrapper 14 years ago
Rich Felker 4f4d6ae985 improve gcc wrapper to support -nostdlib, -nostartfiles 14 years ago
Rich Felker b768c7bc63 make gcc wrapper support -shared correctly 14 years ago
Rich Felker d30c331d1f new gcc wrapper now supports pre-4.4 gcc versions and is more robust 15 years ago
Rich Felker 207c45d7ab cleanup shared library build system to be more $HOME-local-install friendly 15 years ago
Rich Felker 1a3ff4f909 fix dynamic linker issue in musl-gcc wrapper 15 years ago
Rich Felker ec05a0b08f adapt build/install/gcc-wrapper systems for dynamic linking support 15 years ago
Rich Felker 71df8b2760 use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapper 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago