Subject: CVS commit: syssrc/sys/arch/arm26/stand/lib
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 07/27/2001 01:11:11
Module Name:	syssrc
Committed By:	bjh21
Date:		Thu Jul 26 22:11:10 UTC 2001

Added Files:
	syssrc/sys/arch/arm26/stand/lib: Makefile Makefile.inc devopen.c
	    riscoscalls.S riscoscalls.h riscoscons.c riscoserrors.c
	    riscosfile.c riscosfile.h srt0.S srt1.c

Log Message:
Simple library to interface stand-alone programs to RISC OS.

This comes in two parts:  riscoscalls.[Sh] provide definitions, and thin
wrappers around RISC OS SWIs (in the style of OsLib) for the use of both the
rest of the library and client code.  The rest of the library provides a
compatibility layer for libsa.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/arm26/stand/lib/Makefile \
    syssrc/sys/arch/arm26/stand/lib/Makefile.inc \
    syssrc/sys/arch/arm26/stand/lib/devopen.c \
    syssrc/sys/arch/arm26/stand/lib/riscoscalls.S \
    syssrc/sys/arch/arm26/stand/lib/riscoscalls.h \
    syssrc/sys/arch/arm26/stand/lib/riscoscons.c \
    syssrc/sys/arch/arm26/stand/lib/riscoserrors.c \
    syssrc/sys/arch/arm26/stand/lib/riscosfile.c \
    syssrc/sys/arch/arm26/stand/lib/riscosfile.h \
    syssrc/sys/arch/arm26/stand/lib/srt0.S \
    syssrc/sys/arch/arm26/stand/lib/srt1.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.