diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2010-03-13 02:10:20 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2010-03-13 02:10:20 +0000 |
| commit | ebe2e5dca3b52eed56bfa5466f982df59c9be54b (patch) | |
| tree | 55efa83f687a7efe39cbd87f365eb5f2cefd3f3b /lib/csu/mips | |
| parent | 87c88b26325c08173dc3dec064b116c1714af857 (diff) | |
Notes
Diffstat (limited to 'lib/csu/mips')
| -rw-r--r-- | lib/csu/mips/crti.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/mips/crti.S b/lib/csu/mips/crti.S index c976c84974b49..cada08d7d46fb 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 |
