head	1.3;
access;
symbols
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.2
	RELENG_5_1_BP:1.2
	old_RELENG_5_0_0_RELEASE:1.1
	old_RELENG_5_0:1.1.0.2
	old_RELENG_5_0_BP:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.08.23.00.04.53;	author peter;	state dead;
branches;
next	1.2;

1.2
date	2003.05.31.06.49.53;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	2002.04.10.19.34.51;	author dfr;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch to using the emulator in the common compat area.
Still work-in-progress.
@
text
@# Makefile for syscall tables
#
# $FreeBSD: src/sys/amd64/ia32/Makefile,v 1.2 2003/05/31 06:49:53 peter Exp $

all:
	@@echo "make sysent only"

sysent:  ia32_sysent.c ia32_syscall.h ia32_proto.h

ia32_sysent.c ia32_syscalls.c ia32_syscall.h ia32_proto.h: ../../kern/makesyscalls.sh \
		syscalls.master syscalls.conf
	-mv -f ia32_sysent.c ia32_sysent.c.bak
	-mv -f ia32_syscalls.c ia32_syscalls.c.bak
	-mv -f ia32_syscall.h ia32_syscall.h.bak
	-mv -f ia32_proto.h ia32_proto.h.bak
	sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
@


1.2
log
@Make this compile with WITNESS enabled.  It wants the syscall names.
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.1
log
@Initial support for executing IA-32 binaries. This will not compile
without a few patches for the rest of the kernel to allow the image
activator to override exec_copyout_strings and setregs.

None of the syscall argument translation has been done. Possibly, this
translation layer can be shared with any platform that wants to support
running ILP32 binaries on an LP64 host (e.g. sparc32 binaries?)
@
text
@d10 1
a10 1
ia32_sysent.c ia32_syscall.h ia32_proto.h: ../../kern/makesyscalls.sh \
d13 1
@

