58 Commits (8ef9d46f4d0ff4f0073da6bee7ed0cb5f9035ead)

Author SHA1 Message Date
Szabolcs Nagy 22359b54ab aarch64: fix setjmp return value 6 years ago
Alexander Monakov 4554f155dd setjmp: optimize longjmp prologues 6 years ago
Alexander Monakov 59b64ff686 setjmp: optimize x86 longjmp epilogues 6 years ago
Alexander Monakov c6a6fe4ccd setjmp: avoid useless REX-prefix on xor %eax, %eax 6 years ago
Alexander Monakov 21431a0e43 setjmp: fix x86-64 longjmp argument adjustment 6 years ago
Rich Felker 370679ba98 fix mips setjmp/longjmp fpu state on r6, related issues 7 years ago
Szabolcs Nagy b678f7b46a arm: fix setjmp and longjmp asm for armv8-a 7 years ago
Rich Felker 0a48860c27 add riscv64 architecture support 7 years ago
Rich Felker f81e44a0d9 add m68k port 8 years ago
Rich Felker e364774d7c fix access by setjmp and longjmp to __hwcap on arm built as thumb2 9 years ago
Bobby Bingham e31c8c2d79 ppc64: fix setjmp/longjmp handling of TOC pointer 9 years ago
Rich Felker fbbeda172d make arm setjmp/longjmp asm thumb2-compatible 10 years ago
Bobby Bingham 1509494305 add s390x port 10 years ago
Bobby Bingham c0ede9e404 add powerpc64 port 10 years ago
Rich Felker 5972c4a411 add mips n32 port (ILP32 ABI for mips64) 10 years ago
Felix Fietkau 5a92dd95c7 add powerpc soft-float support 10 years ago
Rich Felker 83933573af add mips64 port 10 years ago
Rich Felker 4b9a08f293 switch sh and mips setjmp asm from .sub system to .S files 10 years ago
Rich Felker dc5bd27ac4 use correct nofpu versions of setjmp/longjmp used on sh-nofpu-fdpic 11 years ago
Rich Felker 4e73d12117 explicitly assemble all arm asm sources as UAL 11 years ago
Rich Felker 9f290a49bf remove non-working pre-armv4t support from arm asm 11 years ago
Rich Felker cf40375e8f use vfp mnemonics rather than hard-coded opcodes in arm setjmp/longjmp 11 years ago
Rich Felker a658afbf94 fix build regression in sh-nofpu subarch due to missing symbol 11 years ago
Rich Felker 51fc77c7c0 remove invalid PLT calls from or1k asm 11 years ago
Rich Felker cf1a9d9d16 remove possible-textrels from powerpc asm 11 years ago
Rich Felker a880e6ceb9 remove invalid PLT calls from microblaze asm 11 years ago
Rich Felker 646cb9a4a0 remove invalid PLT calls from sh asm 11 years ago
Rich Felker 8ed66ecbcb remove the last of possible-textrels from i386 asm 11 years ago
Szabolcs Nagy 01ef3dd9c5 add aarch64 port 11 years ago
Trutz Behn c7b05bc817 fix missing comma in sh setjmp asm 11 years ago
Rich Felker 921c26e0e7 fix build regression in arm asm for setjmp/longjmp with old assemblers 12 years ago
Joakim Sindholt 27828f7e9a arm assembly changes for clang compatibility 12 years ago
Stefan Kristiansson 200d15479c add or1k (OpenRISC 1000) architecture port 12 years ago
Rich Felker 729673689c fix typo in microblaze setjmp asm 12 years ago
Rich Felker b1683a1d6a add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 12 years ago
Rich Felker aacd348637 rename superh port to "sh" for consistency 12 years ago
Rich Felker e7837ec79f add missing sub files for mipsel-sf to use softfloat code 12 years ago
Szabolcs Nagy e5bb165bed mips: add mips-sf subarch support (soft-float) 12 years ago
Bobby Bingham 3a3c813e08 superh port 13 years ago
rofl0r 323272db17 import vanilla x86_64 code as x32 13 years ago
Rich Felker 4b43f05f3c remove fenv saving/loading code from setjmp/longjmp on arm 14 years ago
Rich Felker b088f85582 remove mips setjmp/longjmp code to save/restore fenv 14 years ago
Rich Felker a50136dfe1 fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf 14 years ago
Rich Felker d1bf452d75 fix indention with spaces in powerpc asm 14 years ago
rofl0r 1c8eb8bad7 PPC port cleaned up, static linking works well now. 14 years ago
Richard Pennington 7669d1e334 import preliminary ppc work by rdp. 14 years ago
Rich Felker 8c0a3d9e5c microblaze port 14 years ago
Rich Felker 5a3a378615 floating point support for arm setjmp/longjmp 14 years ago
Rich Felker 5aac5e2189 optimize arm setjmp/longjmp register saving/loading 14 years ago
Rich Felker dc046f55bb add floating point register saving/restoring to mips setjmp/longjmp 14 years ago