Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add DWARF...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-unique / pr21529.s
CommitLineData
9fc0b501
SB
1 .type a_val, %gnu_unique_object
2a_val: .long 0
3 .size a_val, .-a_val
d9409498
L
4
5 .type main,"function"
6 .global main
7main:
9fc0b501 8 .dc.a a_val
This page took 0.149004 seconds and 4 git commands to generate.