aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-aarch64/ifunc-1-local.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-aarch64/ifunc-1-local.s')
-rw-r--r--ld/testsuite/ld-aarch64/ifunc-1-local.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/ld/testsuite/ld-aarch64/ifunc-1-local.s b/ld/testsuite/ld-aarch64/ifunc-1-local.s
deleted file mode 100644
index 7b9d117..0000000
--- a/ld/testsuite/ld-aarch64/ifunc-1-local.s
+++ /dev/null
@@ -1,13 +0,0 @@
- .type foo, %gnu_indirect_function
- .set __GI_foo, foo
- .text
- .type foo, @function
-foo:
- ret
- .size foo, .-foo
-.globl bar
- .type bar, @function
-bar:
- bl __GI_foo
- ret
- .size bar, .-bar