summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/csu/mips/crti.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/mips/crti.S b/lib/csu/mips/crti.S
index c976c84..cada08d 100644
--- a/lib/csu/mips/crti.S
+++ b/lib/csu/mips/crti.S
@@ -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
OpenPOWER on IntegriCloud