diff options
author | 1996-05-22 02:11:13 +0000 | |
---|---|---|
committer | 1996-05-22 02:11:13 +0000 | |
commit | 47f7a1f631e2e91076d2045b8e0a36d9130ae98f (patch) | |
tree | fd5f0769b40dfe8ca843fbeac89fe21d60890cfc | |
parent | repair return values, more checking (diff) | |
download | wireguard-openbsd-47f7a1f631e2e91076d2045b8e0a36d9130ae98f.tar.xz wireguard-openbsd-47f7a1f631e2e91076d2045b8e0a36d9130ae98f.zip |
machine/asm.h is sufficient
-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 |