musl/arch
Rich Felker badaa04acc add function types to arm crt assembly
without these, calls may be resolved incorrectly if the calling code
has been compiled to thumb instead of arm. it's not clear to me at
this point whether crt_arch.h is even working if crt1.c is built as
thumb; this needs testing. but the _init and _fini issues were known
to cause crashes in static-linked apps when libc was built as thumb,
and this commit should fix that issue.
2013-08-15 14:52:27 -04:00
..
arm add function types to arm crt assembly 2013-08-15 14:52:27 -04:00
i386 new mostly-C crt1 implementation 2013-07-26 01:49:14 -04:00
microblaze add missing a_or_l to atomic.h for non-x86 archs 2013-08-11 03:43:25 -04:00
mips add missing a_or_l to atomic.h for non-x86 archs 2013-08-11 03:43:25 -04:00
powerpc add missing a_or_l to atomic.h for non-x86 archs 2013-08-11 03:43:25 -04:00
x86_64 new mostly-C crt1 implementation 2013-07-26 01:49:14 -04:00