* ld-cris/asneed1.d: New test.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / weakhid.s
CommitLineData
86e2791b
HPN
1 .weak xweakobj
2 .weak xweakhidobj
3 .hidden xweakhidobj
4
5 .data
6 .global x
7 .type x,@object
8x:
9 .dword xweakhidobj
10 .dword xweakobj
11 .dword xregobj
12.Lfe1:
13 .size x,.Lfe1-x
This page took 0.208499 seconds and 4 git commands to generate.