fix integer overflow in elf.h macro SHF_EXCLUDE
[musl] / src / thread / arm /
2015-04-14 Rich Felkerconsistently use hidden visibility for cancellable...
2015-02-21 Rich Felkerprepare cancellation syscall asm for possibility of...
2014-11-22 Rich Felkerfix __aeabi_read_tp oversight in arm atomics/tls overhaul
2014-11-19 Rich Felkeroverhaul ARM atomics/tls for performance and compatibility
2014-02-10 Bobby Binghamclone: make clone a wrapper around __clone
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-09-27 Rich Felkerfix arm clone syscall bug (no effect unless app uses...
2012-07-15 Rich Felkeravoid blx instruction which does not exist on armv4t...
2012-05-23 Rich Felkerfix bad opcode in arm syscall_cp_asm
2012-05-23 Rich Felkerfix issue with longjmp out of signal handlers and cance...
2011-10-09 Rich Felkerfix typo in arm clone() asm
2011-09-18 Rich Felkerinitial commit of the arm port