fix data race in timer_create with SIGEV_THREAD notification
[musl] / src / setjmp / arm / longjmp.s
2017-10-13 Rich Felkerfix access by setjmp and longjmp to __hwcap on arm...
2016-12-18 Rich Felkermake arm setjmp/longjmp asm thumb2-compatible
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-11-10 Rich Felkerremove non-working pre-armv4t support from arm asm
2015-11-10 Rich Felkeruse vfp mnemonics rather than hard-coded opcodes in...
2014-11-23 Rich Felkerfix build regression in arm asm for setjmp/longjmp...
2014-11-23 Joakim Sindholtarm assembly changes for clang compatibility
2012-12-06 Rich Felkerremove fenv saving/loading code from setjmp/longjmp...
2012-08-05 Rich Felkerfloating point support for arm setjmp/longjmp
2012-07-27 Rich Felkeroptimize arm setjmp/longjmp register saving/loading
2011-09-18 Rich Felkerinitial commit of the arm port