History log of /openbsd/lib/libc/arch/sh/gen/setjmp.S (Results 1 – 4 of 4)
Revision Date Author Comments
# 0ee2ce67 08-Dec-2022 guenther <guenther@openbsd.org>

_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
is ELF" world. Eliminate use of them in landisk code.

ok deraadt@


# 95146ac7 31-Oct-2015 miod <miod@openbsd.org>

Invoke the _HIDDEN() sigprocmask label rather than the public one.


# 243b5df4 02-Mar-2007 miod <miod@openbsd.org>

Move landisk to hardware floating point. At the moment the FPU context is
always saved upon context switches, as FPU registers are heavily used for
long long computations (don't ask). Gcc default to

Move landisk to hardware floating point. At the moment the FPU context is
always saved upon context switches, as FPU registers are heavily used for
long long computations (don't ask). Gcc default to -m4.

Credits to drahn@ otto@ and deraadt@ for feedback and help testing.

Upgrade procedure if you don't want to use the damn snapshots:
- build and install new kernel, reboot off it
- build new gcc, do not install it yet
- make includes
- install new gcc
- build and install lib/csu and lib/libc
- make build

show more ...


# cf252584 10-Oct-2006 miod <miod@openbsd.org>

Preliminary userland bits for OpenBSD/landisk, many things coming from
NetBSD.