History log of /netbsd-src/lib/libc/arch/hppa/sys/__clone.S (Results 1 – 8 of 8)
Revision Date Author Comments
# fd7fe858 05-May-2020 skrll <skrll@NetBSD.org>

Mark __cerror as hidden to avoid using the PLT. This is required for new
binutils where the PLT stubs now use %t1 (%r22) which is used to pass
the errno to __cerror.


# 2af01421 05-May-2020 skrll <skrll@NetBSD.org>

Add a space before any non-nullified instruction. NFCI.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 2f80fec2 18-Jul-2004 chs <chs@NetBSD.org>

replace these placeholders with real implementations.
translated from the mips version.


# aeb58ad6 01-Jul-2004 skrll <skrll@NetBSD.org>

Add a cerror.S and re-work various syscalls and SYS.h to use __cerror.

With help from the OpenBSD version of SYS.h.


# ed9d4336 06-Oct-2003 matt <matt@NetBSD.org>

Update to new assmbler needs. Add getcontext.S stub.


# 58e86abc 01-Jul-2002 fredette <fredette@NetBSD.org>

Changes to allow libc to compile as PIC on the hppa.


# 02ac1ae2 06-Jun-2002 fredette <fredette@NetBSD.org>

Added hppa support (some of it incomplete) to lib/csu, lib/libc,
and lib/libkvm.