summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s')
-rw-r--r--ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s17
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s b/ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s
new file mode 100644
index 00000000000..02cf5604bd9
--- /dev/null
+++ b/ld/testsuite/ld-arm/group-relocs-ldrs-bad-2.s
@@ -0,0 +1,17 @@
+@ Test intended to fail for LDRS group relocations.
+
+@ We will place .text at 0x8000.
+
+ .text
+ .globl _start
+
+_start:
+ add r0, r0, #:sb_g0_nc:(bar)
+ ldrd r2, [r0, #:sb_g1:(bar)]
+
+@ We will place the section foo at 0x8000100 but that should be irrelevant
+@ for sb_g* relocations.
+
+ .section foo
+ .set bar,foo + 0x123456
+