Make the objfile constructor private
[deliverable/binutils-gdb.git] / ld / testsuite / ld-unique / pr21529.s
CommitLineData
d9409498
L
1 .type a, %gnu_unique_object
2a: .long 0
3 .size a, .-a
4
5 .type main,"function"
6 .global main
7main:
8 .dc.a a
This page took 0.168199 seconds and 4 git commands to generate.