Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/include Add ENTRY_NOPROFILE().
details: https://anonhg.NetBSD.org/src/rev/8161ecc49362
branches: trunk
changeset: 533580:8161ecc49362
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Jul 04 16:43:21 2002 +0000
description:
Add ENTRY_NOPROFILE().
diffstat:
sys/arch/hppa/include/asm.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 1afa8dc5d6af -r 8161ecc49362 sys/arch/hppa/include/asm.h
--- a/sys/arch/hppa/include/asm.h Thu Jul 04 15:48:40 2002 +0000
+++ b/sys/arch/hppa/include/asm.h Thu Jul 04 16:43:21 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.1 2002/06/05 01:04:21 fredette Exp $ */
+/* $NetBSD: asm.h,v 1.2 2002/07/04 16:43:21 thorpej Exp $ */
/* $OpenBSD: asm.h,v 1.12 2001/03/29 02:15:57 mickey Exp $ */
@@ -249,6 +249,11 @@
.callinfo frame=n,calls, save_rp, save_sp !\
.entry ! _PROF_PROLOGUE
+#define ENTRY_NOPROFILE(x,n) ! .text ! .align 4 !\
+ .export x, entry ! .label x ! .proc !\
+ .callinfo frame=n,calls, save_rp, save_sp !\
+ .entry
+
#define ALTENTRY(x) ! .export x, entry ! .label x
#define EXIT(x) ! .exit ! .procend
Home |
Main Index |
Thread Index |
Old Index