Don't fail in elf32_hppa_set_gp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-unique / pr21529.s
1 .type a, %gnu_unique_object
2 a: .long 0
3 .size a, .-a
4
5 .type main,"function"
6 .global main
7 main:
8 .dc.a a
This page took 0.029651 seconds and 4 git commands to generate.