History log of /openbsd/lib/libc/arch/arm/gen/_setjmp.S (Results 1 – 8 of 8)
Revision Date Author Comments
# a8d2d9e8 25-May-2022 guenther <guenther@openbsd.org>

Revert the .rodata.cst4 change: results in incorrect value read


# ef6a97f9 24-May-2022 guenther <guenther@openbsd.org>

Set the correct alignment on __jmpxor (.align's meaning is MD!)
Put .L_setjmp_magic in the correct ELF section for duplicate suppression
Rename the "botch" label to delete it from the symbol table

o

Set the correct alignment on __jmpxor (.align's meaning is MD!)
Put .L_setjmp_magic in the correct ELF section for duplicate suppression
Rename the "botch" label to delete it from the symbol table

ok kettenis@ miod@

show more ...


# 552f7563 22-Jun-2018 kettenis <kettenis@openbsd.org>

Save and restore the relevant FPU state on armv7.

ok deraadt@


# b29bfccf 07-Aug-2016 guenther <guenther@openbsd.org>

Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf.
Switch from calling obsolete sig{block,setmask} to directly using the
sigprocmask syscall.

ok deraadt@ kettenis@


# 38848718 06-Aug-2016 guenther <guenther@openbsd.org>

Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp
Eliminate pointless use of PIC_SYM()
Split out DEFS.h from SYS.h like some other archs

ok kettenis@ deraadt@


# fbe95b35 23-May-2016 guenther <guenther@openbsd.org>

Stop supporting longjmperror(); it's not used, not portable, and the checks
longjmp performs can't really be relied upon, even after we got rid of the
false positives...

ok millert@ deraadt@


# d45a0e27 01-Feb-2004 drahn <drahn@openbsd.org>

ARGH, forgot tags.


# d987040f 01-Feb-2004 drahn <drahn@openbsd.org>

arm libc support. From NetBSD. currently supports softfloat.