Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/stand/common Put .set noreorder so that BDslot...
details: https://anonhg.NetBSD.org/src/rev/94ca27efdca4
branches: trunk
changeset: 760557:94ca27efdca4
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Jan 07 14:50:27 2011 +0000
description:
Put .set noreorder so that BDslots are properly filled.
diffstat:
sys/arch/pmax/stand/common/startprog.S | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0e106a5d319c -r 94ca27efdca4 sys/arch/pmax/stand/common/startprog.S
--- a/sys/arch/pmax/stand/common/startprog.S Fri Jan 07 14:08:29 2011 +0000
+++ b/sys/arch/pmax/stand/common/startprog.S Fri Jan 07 14:50:27 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: startprog.S,v 1.6 2010/11/25 14:05:27 tsutsui Exp $ */
+/* $NetBSD: startprog.S,v 1.7 2011/01/07 14:50:27 tsutsui Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -38,6 +38,7 @@
#include <mips/asm.h>
+ .set noreorder
LEAF(startprog)
subu sp,sp,CALLFRAME_SIZ
addu t2,a1,-CALLFRAME_SIZ # new stack value
Home |
Main Index |
Thread Index |
Old Index