aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/group-relocs-ldr-bad.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-arm/group-relocs-ldr-bad.s')
-rw-r--r--ld/testsuite/ld-arm/group-relocs-ldr-bad.s18
1 files changed, 18 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/group-relocs-ldr-bad.s b/ld/testsuite/ld-arm/group-relocs-ldr-bad.s
new file mode 100644
index 0000000..6ab4f3c
--- /dev/null
+++ b/ld/testsuite/ld-arm/group-relocs-ldr-bad.s
@@ -0,0 +1,18 @@
+@ Test intended to fail for LDR group relocations.
+
+@ We will place .text at 0x8000.
+
+ .text
+ .globl _start
+
+_start:
+ add r0, r0, #:sb_g0_nc:(bar)
+ ldr r1, [r0, #:sb_g1:(bar)]
+
+@ We will place the section foo at 0x8001000.
+
+ .section foo
+
+bar:
+ mov r0, #0
+