Module Name:    src
Committed By:   joerg
Date:           Thu Nov 10 00:37:38 UTC 2011

Modified Files:
        src/sys/arch/mips/include: asm.h

Log Message:
Don't redefine _C_LABEL.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/mips/include/asm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/asm.h
diff -u src/sys/arch/mips/include/asm.h:1.45 src/sys/arch/mips/include/asm.h:1.46
--- src/sys/arch/mips/include/asm.h:1.45	Fri Jul  1 06:00:20 2011
+++ src/sys/arch/mips/include/asm.h	Thu Nov 10 00:37:38 2011
@@ -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

Reply via email to