musl/crt/arm
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
..
Scrt1.s add PIE support for ARM 2013-07-10 16:58:27 -04:00
crt1.s add function types to arm crt assembly 2013-08-15 14:52:27 -04:00
crti.s add function types to arm crt assembly 2013-08-15 14:52:27 -04:00
crtn.s remove init/fini array asm from arm crti/crtn files 2013-07-21 03:48:35 -04:00