Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/arch/alpha remove useless include; asm.h is not usef...
details: https://anonhg.NetBSD.org/src/rev/8c4d132d35db
branches: trunk
changeset: 820748:8c4d132d35db
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 14 15:50:24 2017 +0000
description:
remove useless include; asm.h is not useful for c files. our current assumption
is that stuff in cdefs.h is duplicated in asm.h.
diffstat:
lib/csu/arch/alpha/crtbegin.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r c06e758e3629 -r 8c4d132d35db lib/csu/arch/alpha/crtbegin.h
--- a/lib/csu/arch/alpha/crtbegin.h Sat Jan 14 14:33:18 2017 +0000
+++ b/lib/csu/arch/alpha/crtbegin.h Sat Jan 14 15:50:24 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crtbegin.h,v 1.1 2013/07/11 16:40:27 matt Exp $ */
+/* $NetBSD: crtbegin.h,v 1.2 2017/01/14 15:50:24 christos Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,7 +29,6 @@
*/
#include <sys/cdefs.h>
-#include <alpha/asm.h>
/* Assume we need to reload our GP. */
__asm( ".pushsection .init"
Home |
Main Index |
Thread Index |
Old Index