Use -fvisibility=hidden to build libm.

Bug: 11156955
Change-Id: I77b7772a44313a1eb3970f5d2c8e2af63690efa4
This commit is contained in:
Elliott Hughes
2014-05-19 16:58:52 -07:00
parent 94a9ba2b4a
commit de9ac71053
4 changed files with 9 additions and 3 deletions

View File

@@ -34,6 +34,7 @@
#include <machine/fenv.h>
__BEGIN_DECLS
#pragma GCC visibility push(default)
int feclearexcept(int);
int fegetexceptflag(fexcept_t *, int);
@@ -64,6 +65,7 @@ int fegetexcept(void);
extern const fenv_t __fe_dfl_env;
#define FE_DFL_ENV (&__fe_dfl_env)
#pragma GCC visibility pop
__END_DECLS
#endif /* ! _FENV_H_ */