Module Name: src
Committed By: christos
Date: Sat Jan 14 21:58:17 UTC 2017
Modified Files:
src/sys/arch/alpha/include: asm.h
Log Message:
Undo; the correct fix was applied in csu/arch/alpha/crtbegin.h
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/alpha/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/alpha/include/asm.h
diff -u src/sys/arch/alpha/include/asm.h:1.35 src/sys/arch/alpha/include/asm.h:1.36
--- src/sys/arch/alpha/include/asm.h:1.35 Sat Jan 14 11:15:10 2017
+++ src/sys/arch/alpha/include/asm.h Sat Jan 14 16:58:17 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.35 2017/01/14 16:15:10 martin Exp $ */
+/* $NetBSD: asm.h,v 1.36 2017/01/14 21:58:17 christos Exp $ */
/*
* Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
@@ -133,7 +133,6 @@
/*
* Useful stuff.
*/
-#undef __CONCAT
#ifdef __STDC__
#define __CONCAT(a,b) a ## b
#else
@@ -643,7 +642,6 @@ label: ASCIZ msg; \
/*
* Kernel RCS ID tag and copyright macros
*/
-#undef __SECTIONSTRING
#define __SECTIONSTRING(_sec, _str) \
.pushsection _sec ; .asciz _str ; .popsection