about summary refs log tree commit diff
path: root/src/setjmp
Commit message (Expand)AuthorAgeFilesLines
* switch sh and mips setjmp asm from .sub system to .S filesRich Felker2016-01-2020-109/+12
* use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpicRich Felker2015-11-114-0/+4
* explicitly assemble all arm asm sources as UALRich Felker2015-11-102-0/+2
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-092-6/+2
* use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmpRich Felker2015-11-092-2/+10
* fix build regression in sh-nofpu subarch due to missing symbolRich Felker2015-04-241-0/+3
* remove invalid PLT calls from or1k asmRich Felker2015-04-191-0/+3
* remove possible-textrels from powerpc asmRich Felker2015-04-191-0/+3
* remove invalid PLT calls from microblaze asmRich Felker2015-04-191-0/+3
* remove invalid PLT calls from sh asmRich Felker2015-04-191-0/+3
* remove the last of possible-textrels from i386 asmRich Felker2015-04-181-0/+3
* add aarch64 portSzabolcs Nagy2015-03-112-0/+48
* fix missing comma in sh setjmp asmTrutz Behn2015-01-301-1/+1
* fix build regression in arm asm for setjmp/longjmp with old assemblersRich Felker2014-11-232-2/+2
* arm assembly changes for clang compatibilityJoakim Sindholt2014-11-232-2/+2
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-182-0/+49
* fix typo in microblaze setjmp asmRich Felker2014-07-081-1/+1
* add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker2014-02-276-0/+47
* rename superh port to "sh" for consistencyRich Felker2014-02-272-0/+0
* add missing sub files for mipsel-sf to use softfloat codeRich Felker2014-02-242-0/+2
* mips: add mips-sf subarch support (soft-float)Szabolcs Nagy2014-02-244-0/+52
* superh portBobby Bingham2014-02-232-0/+51
* import vanilla x86_64 code as x32rofl0r2014-02-232-0/+44
* remove fenv saving/loading code from setjmp/longjmp on armRich Felker2012-12-052-4/+0
* remove mips setjmp/longjmp code to save/restore fenvRich Felker2012-12-052-5/+1
* fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_bufRich Felker2012-11-232-0/+36
* fix indention with spaces in powerpc asmRich Felker2012-11-142-10/+10
* PPC port cleaned up, static linking works well now.rofl0r2012-11-134-35/+87
* import preliminary ppc work by rdp.Richard Pennington2012-11-132-0/+35
* microblaze portRich Felker2012-09-292-0/+58
* floating point support for arm setjmp/longjmpRich Felker2012-08-052-2/+54
* optimize arm setjmp/longjmp register saving/loadingRich Felker2012-07-272-6/+2
* add floating point register saving/restoring to mips setjmp/longjmpRich Felker2012-07-222-1/+29
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-112-0/+50
* update license of njk contributed code (x86_64 asm)Rich Felker2012-05-052-2/+2
* initial commit of the arm portRich Felker2011-09-182-0/+32
* restore use of .type in asm, but use modern @function (vs %function)Rich Felker2011-06-144-0/+10
* remove all .size and .type directives for functions from the asmRich Felker2011-06-134-20/+0
* modernize coding style in sjlj asmRich Felker2011-05-264-35/+35
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-152-0/+49
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-124-0/+45