Module Name: src
Committed By: matt
Date: Sat Jul 30 15:28:58 UTC 2011
Modified Files:
src/lib/csu/vax_elf: dot_init.h
Log Message:
Don't include <machine/asm.h>
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/csu/vax_elf/dot_init.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/csu/vax_elf/dot_init.h
diff -u src/lib/csu/vax_elf/dot_init.h:1.7 src/lib/csu/vax_elf/dot_init.h:1.8
--- src/lib/csu/vax_elf/dot_init.h:1.7 Sat May 10 15:31:04 2008
+++ src/lib/csu/vax_elf/dot_init.h Sat Jul 30 15:28:58 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: dot_init.h,v 1.7 2008/05/10 15:31:04 martin Exp $ */
+/* $NetBSD: dot_init.h,v 1.8 2011/07/30 15:28:58 matt Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -34,7 +34,6 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-#include <machine/asm.h>
#define MD_SECTION_PROLOGUE(sect, entry_pt) \
__asm ( \