aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-s390/pr32969c.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-s390/pr32969c.s')
-rw-r--r--ld/testsuite/ld-s390/pr32969c.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-s390/pr32969c.s b/ld/testsuite/ld-s390/pr32969c.s
new file mode 100644
index 0000000..02cf584
--- /dev/null
+++ b/ld/testsuite/ld-s390/pr32969c.s
@@ -0,0 +1,10 @@
+c:
+ lgrl %r1,bar@GOTENT
+
+ .section .rodata,"aG",@progbits,bar_group,comdat
+ .align 2
+ .globl bar
+ .type bar,@object
+bar:
+ .byte 0xc
+ .size bar, .-bar