diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 02:11:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 02:11:14 +0000 |
commit | 72b7efc8f8242ce3f57c90ce3574c07834159581 (patch) | |
tree | 2ec385e4611564fa6cdb9eb96255db30aee3b749 /lib/csu | |
parent | d523a5235dce507a3777959efd572615695e4836 (diff) |
machine/asm.h is sufficient
Diffstat (limited to 'lib/csu')
-rw-r--r-- | lib/csu/alpha/crt0.s | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/csu/alpha/crt0.s b/lib/csu/alpha/crt0.s index bad42ddb660..8528a3c827d 100644 --- a/lib/csu/alpha/crt0.s +++ b/lib/csu/alpha/crt0.s @@ -1,4 +1,4 @@ -/* $NetBSD: crt0.s,v 1.4 1995/11/04 00:30:50 cgd Exp $ */ +/* $NetBSD: crt0.s,v 1.5 1996/05/16 21:56:22 cgd Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -29,13 +29,6 @@ #include <machine/asm.h> -#define SETGP(pv) ldgp gp,0(pv) - -#define MF_FPCR(x) mf_fpcr x -#define MT_FPCR(x) mt_fpcr x -#define JMP(loc) br zero,loc -#define CONST(c,reg) ldiq reg, c - /* * Set up the global variables provided by crt0: * environ and __progname |