Module Name: src
Committed By: tsutsui
Date: Fri Jan 7 14:50:27 UTC 2011
Modified Files:
src/sys/arch/pmax/stand/common: startprog.S
Log Message:
Put .set noreorder so that BDslots are properly filled.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/pmax/stand/common/startprog.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/pmax/stand/common/startprog.S
diff -u src/sys/arch/pmax/stand/common/startprog.S:1.6 src/sys/arch/pmax/stand/common/startprog.S:1.7
--- src/sys/arch/pmax/stand/common/startprog.S:1.6 Thu Nov 25 14:05:27 2010
+++ src/sys/arch/pmax/stand/common/startprog.S Fri Jan 7 14:50:27 2011
@@ -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