Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ia64/include Add macro _C_LABEL() for .S file.



details:   https://anonhg.NetBSD.org/src/rev/a47e08d2274c
branches:  trunk
changeset: 784031:a47e08d2274c
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Tue Jan 15 13:30:12 2013 +0000

description:
Add macro _C_LABEL() for .S file.

diffstat:

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

diffs (18 lines):

diff -r 0afbdafb34b6 -r a47e08d2274c sys/arch/ia64/include/asm.h
--- a/sys/arch/ia64/include/asm.h       Tue Jan 15 10:41:57 2013 +0000
+++ b/sys/arch/ia64/include/asm.h       Tue Jan 15 13:30:12 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.5 2012/12/27 06:29:50 martin Exp $   */
+/*     $NetBSD: asm.h,v 1.6 2013/01/15 13:30:12 kiyohara Exp $ */
 
 /* -
  * Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
@@ -34,6 +34,8 @@
  *     a debugger are also noted.
  */
 
+#define _C_LABEL(x)    x
+
 /*
  * Macro to make a local label name.
  */



Home | Main Index | Thread Index | Old Index