Undo; the correct fix was applied in csu/arch/alpha/crtbegin.h

This commit is contained in:
christos 2017-01-14 21:58:17 +00:00
parent 48ad5593f8
commit 4580c9c1dc

View File

@ -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