diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/ifunc-1.s')
-rw-r--r-- | ld/testsuite/ld-aarch64/ifunc-1.s | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ld/testsuite/ld-aarch64/ifunc-1.s b/ld/testsuite/ld-aarch64/ifunc-1.s deleted file mode 100644 index 6f86c8a..0000000 --- a/ld/testsuite/ld-aarch64/ifunc-1.s +++ /dev/null @@ -1,16 +0,0 @@ - .type foo, %gnu_indirect_function - .global __GI_foo - .hidden __GI_foo - .set __GI_foo, foo - .text -.globl foo - .type foo, @function -foo: - ret - .size foo, .-foo -.globl bar - .type bar, @function -bar: - bl __GI_foo - ret - .size bar, .-bar |