NetBSD/lib/libc/arch/arm32
thorpej bedc7b48df Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S
with the syscall numbers changed.

Since 4.4BSD vfork(2) did not share address space, Ovfork.S could be changed
to be identical to fork.S (modulo syscall numbers).  __vfork14.S, however,
needs to remain separate since with a shared address space, the stub needs to
pre-decrement the stack and do an indirect jump to the return address, so that
the shared stackframe is still there when the parent returns.  (Obviously,
this does not apply to systems which to not build stackframes on leaf calls.)
1998-01-04 20:58:08 +00:00
..
fplib use CPPFLAGS instead of CFLAGS, ${COMPILE.c} instead of ${CC} ... -c 1997-10-22 23:21:46 +00:00
gen Fix extra 'S' character typo that resulted in the condition codes being 1997-10-17 18:43:47 +00:00
net Fix tipo inherited from old version of TNF copyright template. 1997-10-09 07:25:45 +00:00
stdlib A foolish consistency... gen, net, and string all get MD sources 1997-11-05 22:59:37 +00:00
string Fix a glaring bug in the assembly stubs for memcpy() and memmove() that 1997-11-22 03:27:12 +00:00
sys Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S 1998-01-04 20:58:08 +00:00
Makefile.inc use CPPFLAGS instead of CFLAGS, ${COMPILE.c} instead of ${CC} ... -c 1997-10-22 23:21:46 +00:00
SYS.h Removed redundant .text and .align directives. 1997-10-05 23:58:24 +00:00