Module Name:    src
Committed By:   matt
Date:           Fri Aug  3 05:35:14 UTC 2012

Modified Files:
        src/common/lib/libc/arch/mips/atomic [matt-nb5-mips64]: membar_ops.S

Log Message:
Add missing .set noreorder


To generate a diff of this commit:
cvs rdiff -u -r1.3.10.2 -r1.3.10.3 \
    src/common/lib/libc/arch/mips/atomic/membar_ops.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/common/lib/libc/arch/mips/atomic/membar_ops.S
diff -u src/common/lib/libc/arch/mips/atomic/membar_ops.S:1.3.10.2 src/common/lib/libc/arch/mips/atomic/membar_ops.S:1.3.10.3
--- src/common/lib/libc/arch/mips/atomic/membar_ops.S:1.3.10.2	Sat Sep  5 18:52:32 2009
+++ src/common/lib/libc/arch/mips/atomic/membar_ops.S	Fri Aug  3 05:35:13 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: membar_ops.S,v 1.3.10.2 2009/09/05 18:52:32 matt Exp $	*/
+/*	membar_ops.S,v 1.3.10.2 2009/09/05 18:52:32 matt Exp	*/
 
 /*-
  * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -50,6 +50,7 @@
 #endif
 
 	.text
+	.set noreorder
 
 LEAF(_membar_sync)
 	j	ra

Reply via email to