From: Daniel Jacobowitz Date: Fri, 2 Jun 2006 15:06:07 +0000 (+0000) Subject: * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def. X-Git-Tag: glibc-2.16-ports-before-merge~858 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37896d398009d61fd904aa4bbc3a90f1c8342226;p=thirdparty%2Fglibc.git * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def. * sysdeps/mips/fpu/fesetround.c: Likewise. --- diff --git a/ChangeLog.mips b/ChangeLog.mips index 2122477a3b8..4ab64f370ee 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -1,3 +1,8 @@ +2006-06-02 Joseph Myers + + * sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def. + * sysdeps/mips/fpu/fesetround.c: Likewise. + 2006-05-10 Richard Sandiford Daniel Jacobowitz diff --git a/sysdeps/mips/fpu/feholdexcpt.c b/sysdeps/mips/fpu/feholdexcpt.c index bb37148fffd..02ddc1b0349 100644 --- a/sysdeps/mips/fpu/feholdexcpt.c +++ b/sysdeps/mips/fpu/feholdexcpt.c @@ -36,3 +36,5 @@ feholdexcept (fenv_t *envp) return 0; } + +libm_hidden_def (feholdexcept) diff --git a/sysdeps/mips/fpu/fesetround.c b/sysdeps/mips/fpu/fesetround.c index af73a720f8b..94771092cf0 100644 --- a/sysdeps/mips/fpu/fesetround.c +++ b/sysdeps/mips/fpu/fesetround.c @@ -41,3 +41,5 @@ fesetround (int round) return 0; } + +libm_hidden_def (fesetround)