summaryrefslogtreecommitdiff
path: root/src/fenv/mips
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2018-09-10 15:51:44 -0400
committerRich Felker <dalias@aerifal.cx>2018-09-12 14:34:32 -0400
commit039f1b3c564667ab6fc9955bd892c2e527eb80b0 (patch)
tree2ef6e7d47c72a8bb1d18bf11a4069bd5d7b4a15e /src/fenv/mips
parent5e1019b01c968707accc85c99e63a18af665cf27 (diff)
downloadmusl-039f1b3c564667ab6fc9955bd892c2e527eb80b0.tar.gz
make arch __fesetround backends hidden
these are not public interfaces and do not match the public function, but delegate argument checking to it.
Diffstat (limited to 'src/fenv/mips')
-rw-r--r--src/fenv/mips/fenv.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fenv/mips/fenv.S b/src/fenv/mips/fenv.S
index a5cb1f58..ffa92971 100644
--- a/src/fenv/mips/fenv.S
+++ b/src/fenv/mips/fenv.S
@@ -39,6 +39,7 @@ fegetround:
andi $2, $2, 3
.global __fesetround
+.hidden __fesetround
.type __fesetround,@function
__fesetround:
cfc1 $5, $31