History log of /netbsd-src/lib/libc/arch/arm/sys/pipe.S (Results 1 – 8 of 8)
Revision Date Author Comments
# f013dd51 16-Aug-2013 matt <matt@NetBSD.org>

Use _INVOKE_CERROR
use stmia instead of two str
add END


# 3eafa987 01-Aug-2013 matt <matt@NetBSD.org>

CERROR is now hidden so no need to call it via the PLT


# ed6e0e9e 21-Aug-2004 rearnsha <rearnsha@NetBSD.org>

Use RET and RETc for returning.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# c18226d8 05-Apr-2003 bjh21 <bjh21@NetBSD.org>

NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__.


# 5feec233 16-Jul-2001 matt <matt@NetBSD.org>

Changes needed for ARM ELF shared library support.


# 4cb97060 09-Jan-2001 bjh21 <bjh21@NetBSD.org>

Use SYSTRAP() everywhere rather than coding SWI instructions directly.


# 5aefcfdc 29-Dec-2000 bjh21 <bjh21@NetBSD.org>

Create shared ARM source for libc, and move arm26 port over to using it.
The code is (almost) a direct copy of the current arm26 sources.
It's identical to the current arm32 sources, with the followi

Create shared ARM source for libc, and move arm26 port over to using it.
The code is (almost) a direct copy of the current arm26 sources.
It's identical to the current arm32 sources, with the following exceptions:
- _C_LABEL is used on references to C labels from assembler.
- Function returns in assembler have APCS-26 versions in #ifdef __APCS_26__.
- It uses SoftFloat 2a rather than SoftFloat 1a.

The first two of these should be inconsequential. I believe that SoftFloat 2a
should work on arm32 and be backward-compatible with existing code, but this
is not obviously true. For now, arm32 remains using its own bits of libc.

show more ...