Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/include Undo; the correct fix was applied in ...



details:   https://anonhg.NetBSD.org/src/rev/0ea83b36ae72
branches:  trunk
changeset: 820779:0ea83b36ae72
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 14 21:58:17 2017 +0000

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

diffstat:

 sys/arch/alpha/include/asm.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 79dfd85cc9c8 -r 0ea83b36ae72 sys/arch/alpha/include/asm.h
--- a/sys/arch/alpha/include/asm.h      Sat Jan 14 21:57:20 2017 +0000
+++ b/sys/arch/alpha/include/asm.h      Sat Jan 14 21:58:17 2017 +0000
@@ -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 @@
 /*
  * Kernel RCS ID tag and copyright macros
  */
-#undef __SECTIONSTRING
 #define        __SECTIONSTRING(_sec, _str)                             \
        .pushsection _sec ; .asciz _str ; .popsection
 



Home | Main Index | Thread Index | Old Index