mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
* sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
* sysdeps/mips/fpu/fesetround.c: Likewise.
This commit is contained in:
parent
233db6e886
commit
37896d3980
@ -1,3 +1,8 @@
|
||||
2006-06-02 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/mips/fpu/feholdexcpt.c: Add libm_hidden_def.
|
||||
* sysdeps/mips/fpu/fesetround.c: Likewise.
|
||||
|
||||
2006-05-10 Richard Sandiford <richard@codesourcery.com>
|
||||
Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
|
@ -36,3 +36,5 @@ feholdexcept (fenv_t *envp)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
libm_hidden_def (feholdexcept)
|
||||
|
@ -41,3 +41,5 @@ fesetround (int round)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
libm_hidden_def (fesetround)
|
||||
|
Loading…
Reference in New Issue
Block a user