xref: /csrg-svn/lib/libc/tahoe/sys/execl.s (revision 42648)
129450Ssam/*
229450Ssam * Copyright (c) 1983 Regents of the University of California.
334389Sbostic * All rights reserved.
434389Sbostic *
5*42648Sbostic * %sccs.include.redist.c%
629450Ssam */
729450Ssam
834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
9*42648Sbostic	.asciz "@(#)execl.s	5.4 (Berkeley) 06/01/90"
1034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
1129450Ssam
1229450Ssam#include "SYS.h"
1329450Ssam
1429450SsamENTRY(execl)
1529450Ssam	pushab	8(fp)
1629450Ssam	pushl	4(fp)
1729450Ssam	calls	$12,_execv
1829450Ssam	ret		# execl(file, arg1, arg2, ..., 0);
19