head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2017.12.07.05.55.36;	author dholland;	state Exp;
branches;
next	;
commitid	qELf3ZFTO2gPdVhA;


desc
@@


1.1
log
@Add some preliminary stuff in pursuit of testing compat syscalls.

So far this just has some (partial) specs and some code for reading
the specs in; it doesn't actually do anything yet...

It is ocaml because ocaml is the least awful choice for prototyping
compiler stuff.
@
text
@
#
# This list is rather ambitious
#

test freebsd *;
test linux *;
test netbsd *;

test irix {
	m68k;
	mips O32;
	mips O64;
	mips N32;
	mips N64;
}

test osf1 {
	alpha;
}

test solaris {
	sparc32;
	sparc64;
	i386;
	x86_64;
}

test sunos {
	m68k;
	sparc32;
	sparc64;
}

test svr4 {
	i386;
	x86_64;
}

test ultrix {
	mips O32;
	vax;
}
@
