summaryrefslogtreecommitdiff
path: root/src/setjmp
AgeCommit message (Expand)AuthorLines
2017-10-13fix access by setjmp and longjmp to __hwcap on arm built as thumb2Rich Felker-0/+2
2017-08-11ppc64: fix setjmp/longjmp handling of TOC pointerBobby Bingham-10/+25
2016-12-17make arm setjmp/longjmp asm thumb2-compatibleRich Felker-2/+6
2016-11-11add s390x portBobby Bingham-0/+48
2016-05-08add powerpc64 portBobby Bingham-0/+155
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+70
2016-03-06add powerpc soft-float supportFelix Fietkau-16/+22
2016-03-06add mips64 portRich Felker-0/+71
2016-01-20switch sh and mips setjmp asm from .sub system to .S filesRich Felker-109/+12
2015-11-11use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpicRich Felker-0/+4
2015-11-10explicitly assemble all arm asm sources as UALRich Felker-0/+2
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker-6/+2
2015-11-09use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmpRich Felker-2/+10
2015-04-24fix build regression in sh-nofpu subarch due to missing symbolRich Felker-0/+3
2015-04-19remove invalid PLT calls from or1k asmRich Felker-0/+3
2015-04-19remove possible-textrels from powerpc asmRich Felker-0/+3
2015-04-19remove invalid PLT calls from microblaze asmRich Felker-0/+3
2015-04-19remove invalid PLT calls from sh asmRich Felker-0/+3
2015-04-18remove the last of possible-textrels from i386 asmRich Felker-0/+3
2015-03-11add aarch64 portSzabolcs Nagy-0/+48
2015-01-30fix missing comma in sh setjmp asmTrutz Behn-1/+1
2014-11-23fix build regression in arm asm for setjmp/longjmp with old assemblersRich Felker-2/+2
2014-11-23arm assembly changes for clang compatibilityJoakim Sindholt-2/+2
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson-0/+49
2014-07-08fix typo in microblaze setjmp asmRich Felker-1/+1
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker-0/+47
2014-02-27rename superh port to "sh" for consistencyRich Felker-0/+0
2014-02-24add missing sub files for mipsel-sf to use softfloat codeRich Felker-0/+2
2014-02-24mips: add mips-sf subarch support (soft-float)Szabolcs Nagy-0/+52
2014-02-23superh portBobby Bingham-0/+51
2014-02-23import vanilla x86_64 code as x32rofl0r-0/+44
2012-12-05remove fenv saving/loading code from setjmp/longjmp on armRich Felker-4/+0
2012-12-05remove mips setjmp/longjmp code to save/restore fenvRich Felker-5/+1
2012-11-23fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_bufRich Felker-0/+36
2012-11-14fix indention with spaces in powerpc asmRich Felker-10/+10
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-35/+87
2012-11-13import preliminary ppc work by rdp.Richard Pennington-0/+35
2012-09-29microblaze portRich Felker-0/+58
2012-08-05floating point support for arm setjmp/longjmpRich Felker-2/+54
2012-07-27optimize arm setjmp/longjmp register saving/loadingRich Felker-6/+2
2012-07-22add floating point register saving/restoring to mips setjmp/longjmpRich Felker-1/+29
2012-07-11initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker-0/+50
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker-2/+2
2011-09-18initial commit of the arm portRich Felker-0/+32
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker-0/+10
2011-06-13remove all .size and .type directives for functions from the asmRich Felker-20/+0
2011-05-26modernize coding style in sjlj asmRich Felker-35/+35
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain-0/+49
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+45