aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/bnd_ifunc_2.s
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/bnd_ifunc_2.s')
-rw-r--r--gold/testsuite/bnd_ifunc_2.s28
1 files changed, 0 insertions, 28 deletions
diff --git a/gold/testsuite/bnd_ifunc_2.s b/gold/testsuite/bnd_ifunc_2.s
deleted file mode 100644
index 86470a2..0000000
--- a/gold/testsuite/bnd_ifunc_2.s
+++ /dev/null
@@ -1,28 +0,0 @@
- .text
- .globl fct1
- .type fct1, @gnu_indirect_function
- .set fct1,resolve1
- .hidden int_fct1
- .globl int_fct1
- .set int_fct1,fct1
- .type resolve1, @function
-resolve1:
- call func1@PLT
- .globl g1
- .type g1, @function
-g1:
- jmp int_fct1@PLT
-
- .globl fct2
- .type fct2, @gnu_indirect_function
- .set fct2,resolve2
- .hidden int_fct2
- .globl int_fct2
- .set int_fct2,fct2
- .type resolve2, @function
-resolve2:
- call func2@PLT
- .globl g2
- .type g2, @function
-g2:
- jmp int_fct2@PLT