[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr17550-3.s
CommitLineData
97196564
L
1 .data
2 .dc.a y
3 .section .data,"awG",%progbits,foo_group,comdat
4 .type y, %object
5 .size y, 4
6y:
7 .zero 4
8 .globl x
9 .type x, %object
10 .size x, 4
11x:
12 .zero 4
13 .globl x_alias
14 .set x_alias,x
This page took 0.163401 seconds and 4 git commands to generate.