summaryrefslogtreecommitdiff
path: root/src/setjmp
AgeCommit message (Expand)AuthorFilesLines
2021-11-29fix hwcap access in powerpc-sf setjmp/longjmpRich Felker2-2/+2
2021-09-23add SPE FPU support to powerpc-sfRich Felker2-2/+62
2020-08-12aarch64: fix setjmp return valueSzabolcs Nagy1-4/+3
2020-08-12setjmp: optimize longjmp prologuesAlexander Monakov3-14/+8
2020-08-11setjmp: optimize x86 longjmp epiloguesAlexander Monakov3-12/+6
2020-08-11setjmp: avoid useless REX-prefix on xor %eax, %eaxAlexander Monakov2-2/+2
2020-08-11setjmp: fix x86-64 longjmp argument adjustmentAlexander Monakov2-6/+6
2019-09-26fix mips setjmp/longjmp fpu state on r6, related issuesRich Felker2-24/+12
2019-09-26arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy2-0/+14
2019-06-14add riscv64 architecture supportRich Felker2-0/+83
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