svn commit: r205111 - user/jmallett/octeon/lib/csu/mips

Juli Mallett jmallett at FreeBSD.org
Sat Mar 13 02:09:16 UTC 2010


Author: jmallett
Date: Sat Mar 13 02:09:15 2010
New Revision: 205111
URL: http://svn.freebsd.org/changeset/base/205111

Log:
  Fix spelling of noreorder.

Modified:
  user/jmallett/octeon/lib/csu/mips/crti.S

Modified: user/jmallett/octeon/lib/csu/mips/crti.S
==============================================================================
--- user/jmallett/octeon/lib/csu/mips/crti.S	Sat Mar 13 01:18:33 2010	(r205110)
+++ user/jmallett/octeon/lib/csu/mips/crti.S	Sat Mar 13 02:09:15 2010	(r205111)
@@ -6,7 +6,7 @@ __FBSDID("$FreeBSD$");
 	.globl	_init
 	.type	_init,%function
 _init:
-	.set nreoorder
+	.set noreorder
 #if defined(__ABICALLS__) && (defined(__mips_o32) || defined(__mips_o64))
 	SETUP_GP
 #endif


More information about the svn-src-user mailing list