Hide internal __setfpucw function to allow direct access within libc.so
and libc.a without using GOT nor PLT.
[BZ #18822]
* include/fpu_control.h (__setfpucw): Add attribute_hidden.
+2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ [BZ #18822]
+ * include/fpu_control.h (__setfpucw): Add attribute_hidden.
+
2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
[BZ #18822]
# ifndef _ISOMAC
/* Called at startup. It can be used to manipulate fpu control register. */
-extern void __setfpucw (fpu_control_t);
+extern void __setfpucw (fpu_control_t) attribute_hidden;
# endif /* !_ISOMAC */
#endif /* fpu_control.h */