Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/csu/vax_elf Don't include <machine/asm.h>



details:   https://anonhg.NetBSD.org/src/rev/3b9af59adf7d
branches:  trunk
changeset: 767786:3b9af59adf7d
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jul 30 15:28:58 2011 +0000

description:
Don't include <machine/asm.h>

diffstat:

 lib/csu/vax_elf/dot_init.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 830a42025f4d -r 3b9af59adf7d lib/csu/vax_elf/dot_init.h
--- a/lib/csu/vax_elf/dot_init.h        Sat Jul 30 13:19:21 2011 +0000
+++ b/lib/csu/vax_elf/dot_init.h        Sat Jul 30 15:28:58 2011 +0000
@@ -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 (                                         \



Home | Main Index | Thread Index | Old Index