summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/bnd-ifunc-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-x86-64/bnd-ifunc-1.s')
-rw-r--r--ld/testsuite/ld-x86-64/bnd-ifunc-1.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/ld/testsuite/ld-x86-64/bnd-ifunc-1.s b/ld/testsuite/ld-x86-64/bnd-ifunc-1.s
deleted file mode 100644
index 82b64f06e89..00000000000
--- a/ld/testsuite/ld-x86-64/bnd-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:
- call __GI_foo@PLT
- ret
- .size bar, .-bar