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