mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
Hide internal __setfpucw function [BZ #18822]
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.
This commit is contained in:
parent
36e7ae1e9d
commit
0e1fd06cde
@ -1,3 +1,8 @@
|
||||
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]
|
||||
|
@ -4,7 +4,7 @@
|
||||
# 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 */
|
||||
|
Loading…
Reference in New Issue
Block a user