diff options
| author | cgd <cgd@NetBSD.org> | 1996-05-16 21:56:22 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1996-05-16 21:56:22 +0000 |
| commit | 6f5a87ec6cdac8a4a9f3aa2335ed5de044fa3ddc (patch) | |
| tree | e930538f6b8bcb34f35c6d300b9a9a90b95d8f90 /lib/csu/alpha | |
| parent | 11f862a975b4bc5ca5ea790f3807fa690a1ae986 (diff) | |
remove a few macro definitions which duplicate (and in one instance,
conflict with) those in <machine/asm.h>.
Diffstat (limited to 'lib/csu/alpha')
| -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 |
