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

No need to .import __cerror as SYS.h does it


# 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.


# 4210e621 03-May-2020 skrll <skrll@NetBSD.org>

Trailing whitespace


# 1b5cff8f 06-Mar-2014 skrll <skrll@NetBSD.org>

Move to a flat space register convention. %sr[4-7] are all now the space
number allocated to the process. gcc produces (slightly) better code
with this convention.

Retain backwards compatiblity.

W

Move to a flat space register convention. %sr[4-7] are all now the space
number allocated to the process. gcc produces (slightly) better code
with this convention.

Retain backwards compatiblity.

Welcome to 6.99.36

show more ...


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

Remove clause 3 and 4 from TNF licenses


# 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.