aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/bnd_plt_1.s
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/bnd_plt_1.s')
-rw-r--r--gold/testsuite/bnd_plt_1.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/testsuite/bnd_plt_1.s b/gold/testsuite/bnd_plt_1.s
new file mode 100644
index 0000000000..bf62981dcc
--- /dev/null
+++ b/gold/testsuite/bnd_plt_1.s
@@ -0,0 +1,9 @@
+ .text
+ .globl _start
+_start:
+bnd jmp foo1@plt
+ call foo2@plt
+ jmp foo3@plt
+ call foo4@plt
+bnd call foo3@plt
+ jmp foo4@plt