musl/arch
Rich Felker ffaaa6d230 remove legacy i386 fallback stdarg implementation and framework
this has been slated for removal for a long time. there is
fundamentally no way to implement stdarg without compiler assistance;
any attempt to do so has serious undefined behavior; its working
depends not just (as a common misconception goes) on ABI, but also on
assumptions about compiler code generation internal to a translation
unit, which is not subject to external ABI constraints.
2016-12-15 12:18:24 -05:00
..
aarch64 add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
arm add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
generic/bits remove legacy i386 fallback stdarg implementation and framework 2016-12-15 12:18:24 -05:00
i386 remove legacy i386 fallback stdarg implementation and framework 2016-12-15 12:18:24 -05:00
microblaze microblaze: add syscall numbers from linux v4.7 2016-08-30 15:58:28 -04:00
mips add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
mips64 add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
mipsn32 add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
or1k remove or1k version of sem.h 2016-07-06 00:21:19 -04:00
powerpc add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
powerpc64 add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
s390x add s390x port 2016-11-11 23:06:21 -05:00
sh add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
x32 work around gdb issues recognizing sigreturn trampoline on x86_64 2016-11-12 19:54:43 -05:00
x86_64 work around gdb issues recognizing sigreturn trampoline on x86_64 2016-11-12 19:54:43 -05:00