diff options
Diffstat (limited to 'ld/testsuite/ld-ifunc')
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc-15-x86-64.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s b/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s index 5bfc9e0..45df09a 100644 --- a/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s +++ b/ld/testsuite/ld-ifunc/ifunc-13a-x86-64.s @@ -1,6 +1,6 @@ .text .type foo, @function - .global + .global foo foo: movl xxx(%rip), %eax ret diff --git a/ld/testsuite/ld-ifunc/ifunc-15-x86-64.s b/ld/testsuite/ld-ifunc/ifunc-15-x86-64.s index ee336de..837f250 100644 --- a/ld/testsuite/ld-ifunc/ifunc-15-x86-64.s +++ b/ld/testsuite/ld-ifunc/ifunc-15-x86-64.s @@ -1,6 +1,6 @@ .text .type foo, @function - .global + .global foo foo: movl ifunc@GOTPCREL(%rip), %eax ret |