diff options
Diffstat (limited to 'gold/testsuite/ifuncmod5.c')
-rw-r--r-- | gold/testsuite/ifuncmod5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/testsuite/ifuncmod5.c b/gold/testsuite/ifuncmod5.c index 9a08e8c..1fd815b 100644 --- a/gold/testsuite/ifuncmod5.c +++ b/gold/testsuite/ifuncmod5.c @@ -1,7 +1,7 @@ /* Test STT_GNU_IFUNC symbols without direct function call. */ #include "ifunc-sel.h" -int global __attribute__ ((visibility ("protected"))) = -1; +int global __attribute__ ((visibility ("hidden"))) = -1; static int one (void) |