diff options
Diffstat (limited to 'elf/ifuncmain7.c')
-rw-r--r-- | elf/ifuncmain7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ifuncmain7.c b/elf/ifuncmain7.c index 8832c7fa1c..099e929ffc 100644 --- a/elf/ifuncmain7.c +++ b/elf/ifuncmain7.c @@ -17,7 +17,7 @@ one (void) static void * foo_ifunc (void) __asm__ ("foo"); __asm__(".type foo, %gnu_indirect_function"); -static void * +static void * __attribute__ ((used)) foo_ifunc (void) { |