Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include Mark syscalls as functions.
details: https://anonhg.NetBSD.org/src/rev/78f8a026fb13
branches: trunk
changeset: 508293:78f8a026fb13
user: marcus <marcus%NetBSD.org@localhost>
date: Mon Apr 09 15:52:59 2001 +0000
description:
Mark syscalls as functions.
diffstat:
sys/arch/sh3/include/asm.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r fa6fc8ffe095 -r 78f8a026fb13 sys/arch/sh3/include/asm.h
--- a/sys/arch/sh3/include/asm.h Mon Apr 09 15:45:50 2001 +0000
+++ b/sys/arch/sh3/include/asm.h Mon Apr 09 15:52:59 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.4 2001/02/25 19:15:04 msaitoh Exp $ */
+/* $NetBSD: asm.h,v 1.5 2001/04/09 15:52:59 marcus Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -72,6 +72,7 @@
.text ;\
_ALIGN_TEXT; \
.globl x; \
+ .type x,@function; \
x:
# define _PROF_PROLOGUE
Home |
Main Index |
Thread Index |
Old Index