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