aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr17550-3.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/pr17550-3.s')
-rw-r--r--ld/testsuite/ld-elf/pr17550-3.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/pr17550-3.s b/ld/testsuite/ld-elf/pr17550-3.s
new file mode 100644
index 0000000..3d7c252
--- /dev/null
+++ b/ld/testsuite/ld-elf/pr17550-3.s
@@ -0,0 +1,14 @@
+ .data
+ .dc.a y
+ .section .data,"awG",%progbits,foo_group,comdat
+ .type y, %object
+ .size y, 4
+y:
+ .zero 4
+ .globl x
+ .type x, %object
+ .size x, 4
+x:
+ .zero 4
+ .globl x_alias
+ .set x_alias,x