Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/vax/include Pull up revision 1.15 (requested b...
details: https://anonhg.NetBSD.org/src/rev/f5fe3cf2eace
branches: netbsd-1-6
changeset: 529677:f5fe3cf2eace
user: he <he%NetBSD.org@localhost>
date: Sat Dec 07 21:34:55 2002 +0000
description:
Pull up revision 1.15 (requested by thorpej in ticket #894):
Use the register prefix in the ELF case in _PROF_PROLOGUE.
diffstat:
sys/arch/vax/include/asm.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ba612c0a4cef -r f5fe3cf2eace sys/arch/vax/include/asm.h
--- a/sys/arch/vax/include/asm.h Sat Dec 07 21:31:48 2002 +0000
+++ b/sys/arch/vax/include/asm.h Sat Dec 07 21:34:55 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.14 2000/07/03 23:05:32 matt Exp $ */
+/* $NetBSD: asm.h,v 1.14.18.1 2002/12/07 21:34:55 he Exp $ */
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -85,7 +85,7 @@
#ifdef GPROF
# ifdef __ELF__
# define _PROF_PROLOGUE \
- .data; 1:; .long 0; .text; moval 1b,r0; jsb _ASM_LABEL(__mcount)
+ .data; 1:; .long 0; .text; moval 1b,%r0; jsb _ASM_LABEL(__mcount)
# else
# define _PROF_PROLOGUE \
.data; 1:; .long 0; .text; moval 1b,r0; jsb _ASM_LABEL(mcount)
Home |
Main Index |
Thread Index |
Old Index