Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/include define ALTENTRY(), needed by dtrace.



details:   https://anonhg.NetBSD.org/src/rev/604548d95528
branches:  trunk
changeset: 815402:604548d95528
user:      chs <chs%NetBSD.org@localhost>
date:      Sun May 15 15:26:04 2016 +0000

description:
define ALTENTRY(), needed by dtrace.

diffstat:

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

diffs (17 lines):

diff -r d2f40cfcfe08 -r 604548d95528 sys/arch/i386/include/asm.h
--- a/sys/arch/i386/include/asm.h       Sun May 15 14:00:08 2016 +0000
+++ b/sys/arch/i386/include/asm.h       Sun May 15 15:26:04 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.41 2013/09/12 15:36:17 joerg Exp $   */
+/*     $NetBSD: asm.h,v 1.42 2016/05/15 15:26:04 chs Exp $     */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -173,6 +173,7 @@
 
 #define        ENTRY(y)        _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
 #define        NENTRY(y)       _ENTRY(_C_LABEL(y))
+#define        ALTENTRY(x)     NENTRY(x)
 #define        ASENTRY(y)      _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
 #define        LABEL(y)        _LABEL(_C_LABEL(y))
 #define        END(y)          .size y, . - y



Home | Main Index | Thread Index | Old Index