Module Name:    src
Committed By:   matt
Date:           Thu Aug 20 22:37:16 UTC 2009

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: locore_mips1.S

Log Message:
Move mips1_locoresw to .rdata


To generate a diff of this commit:
cvs rdiff -u -r1.64.26.1 -r1.64.26.1.2.1 \
    src/sys/arch/mips/mips/locore_mips1.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/mips/mips/locore_mips1.S
diff -u src/sys/arch/mips/mips/locore_mips1.S:1.64.26.1 src/sys/arch/mips/mips/locore_mips1.S:1.64.26.1.2.1
--- src/sys/arch/mips/mips/locore_mips1.S:1.64.26.1	Tue Jun  9 17:48:20 2009
+++ src/sys/arch/mips/mips/locore_mips1.S	Thu Aug 20 22:37:16 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore_mips1.S,v 1.64.26.1 2009/06/09 17:48:20 snj Exp $	*/
+/*	$NetBSD: locore_mips1.S,v 1.64.26.1.2.1 2009/08/20 22:37:16 matt Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -1257,7 +1257,7 @@
 	mtc0	v1, MIPS_COP_0_STATUS		# restore status register
 	END(mips1_TBIA)
 
-	.data
+	.rdata
 
 	.globl _C_LABEL(mips1_locoresw)
 _C_LABEL(mips1_locoresw):

Reply via email to