Module Name:    src
Committed By:   matt
Date:           Sat Feb 15 16:29:55 UTC 2014

Modified Files:
        src/lib/csu/arm_elf [matt-nb5-mips64]: crt0.c dot_init.h

Log Message:
<machine/asm.h> is not for C files.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.10.1 src/lib/csu/arm_elf/crt0.c
cvs rdiff -u -r1.6 -r1.6.10.1 src/lib/csu/arm_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/arm_elf/crt0.c
diff -u src/lib/csu/arm_elf/crt0.c:1.7 src/lib/csu/arm_elf/crt0.c:1.7.10.1
--- src/lib/csu/arm_elf/crt0.c:1.7	Sat Jun 21 00:52:52 2008
+++ src/lib/csu/arm_elf/crt0.c	Sat Feb 15 16:29:55 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: crt0.c,v 1.7 2008/06/21 00:52:52 gmcgarry Exp $	*/
+/*	$NetBSD: crt0.c,v 1.7.10.1 2014/02/15 16:29:55 matt Exp $	*/
 
 /*
  * Copyright (C) 1997 Mark Brinicombe
@@ -35,7 +35,6 @@
 #include <sys/cdefs.h>
 #include <sys/param.h>
 
-#include <machine/asm.h>
 #include <stdlib.h>
 
 #include "common.h"
@@ -68,7 +67,7 @@ __asm("	.text			\n"
 "	b	" ___STRING(_C_LABEL(___start)) " ");
 
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.7 2008/06/21 00:52:52 gmcgarry Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.7.10.1 2014/02/15 16:29:55 matt Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 void

Index: src/lib/csu/arm_elf/dot_init.h
diff -u src/lib/csu/arm_elf/dot_init.h:1.6 src/lib/csu/arm_elf/dot_init.h:1.6.10.1
--- src/lib/csu/arm_elf/dot_init.h:1.6	Sat May 10 15:31:03 2008
+++ src/lib/csu/arm_elf/dot_init.h	Sat Feb 15 16:29:55 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: dot_init.h,v 1.6 2008/05/10 15:31:03 martin Exp $ */
+/* $NetBSD: dot_init.h,v 1.6.10.1 2014/02/15 16:29:55 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 (					\

Reply via email to