Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include Don't redefine _C_LABEL.
details: https://anonhg.NetBSD.org/src/rev/cd393133c12c
branches: trunk
changeset: 771118:cd393133c12c
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Nov 10 00:37:38 2011 +0000
description:
Don't redefine _C_LABEL.
diffstat:
sys/arch/mips/include/asm.h | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r 1e6315c25f3d -r cd393133c12c sys/arch/mips/include/asm.h
--- a/sys/arch/mips/include/asm.h Thu Nov 10 00:36:54 2011 +0000
+++ b/sys/arch/mips/include/asm.h Thu Nov 10 00:37:38 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.45 2011/07/01 06:00:20 matt Exp $ */
+/* $NetBSD: asm.h,v 1.46 2011/11/10 00:37:38 joerg Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -84,12 +84,6 @@
#define MCOUNT
#endif
-#ifdef __NO_LEADING_UNDERSCORES__
-# define _C_LABEL(x) x
-#else
-# define _C_LABEL(x) __CONCAT(_,x)
-#endif
-
#ifdef USE_AENT
#define AENT(x) \
.aent x, 0
Home |
Main Index |
Thread Index |
Old Index