NetBSD/lib/libc/arch
bjh21 5aefcfdc06 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.
2000-12-29 20:13:44 +00:00
..
alpha Add the obvious, trivial __syscall() stub. 2000-12-13 07:49:17 +00:00
arm Create shared ARM source for libc, and move arm26 port over to using it. 2000-12-29 20:13:44 +00:00
arm32 Make this link right again! 2000-12-14 20:03:42 +00:00
i386 Adjust to not use ALTENTRY(). 2000-12-14 20:17:32 +00:00
m68k The bare minimum to get m68k libc working again... 2000-12-13 21:46:23 +00:00
mips Remove all the .abicalls assembler directives - "SYS.h" already has that. 2000-12-13 23:29:06 +00:00
ns32k _SYSCALL() argument order botch in previous. 2000-10-02 14:51:57 +00:00
powerpc This should convert to syscall but that's too hard. So punt. XXX 2000-12-13 07:50:48 +00:00
sh3 Fix weak alias. 2000-12-16 01:40:38 +00:00
sparc Add required __syscall.S stub. 2000-12-13 10:29:40 +00:00
sparc64 Add simple __syscall.S to make libc compile on sparc64 again. 2000-12-13 20:25:04 +00:00
vax Add a VAX version of __syscall. XXX Doesn't handle if syscall number is 2000-12-13 07:34:54 +00:00