sync config/ChangeLog
[binutils.git] / ld / testsuite / ld-cris / weakhid.s
blobe4c419f1219044895987461f7c607a8ce348c053
1 .weak xweakobj
2 .weak xweakhidobj
3 .hidden xweakhidobj
5 .data
6 .global x
7 .type x,@object
8 x:
9 .dword xweakhidobj
10 .dword xweakobj
11 .dword xregobj
12 .Lfe1:
13 .size x,.Lfe1-x