diff options
Diffstat (limited to 'ld/testsuite/ld-ifunc/lib.c')
-rw-r--r-- | ld/testsuite/ld-ifunc/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-ifunc/lib.c b/ld/testsuite/ld-ifunc/lib.c index 393dabf..4b24c23 100644 --- a/ld/testsuite/ld-ifunc/lib.c +++ b/ld/testsuite/ld-ifunc/lib.c @@ -20,7 +20,7 @@ extern __typeof (library_func2) library_func2 __asm__ ("__GI_library_func2"); __asm__(".global __GI_library_func2"); __asm__(".hidden __GI_library_func2"); -__asm__(".set __GI_library_func2, library_func2"); +__asm__("__GI_library_func2 = library_func2"); int library_func (int x) |