pr25022.d: Xfail more targets without ldelf_before_place_orphans
[deliverable/binutils-gdb.git] / ld / testsuite / ld-unique / unique.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 .long 0
This page took 0.031006 seconds and 5 git commands to generate.