aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/defined6.s
blob: 00b1f7f995ff853256ea55997aea6209ce4de866 (plain)
1
2
3
4
5
6
7
8
9
 .globl defined
 defined == 1
 .globl undef
 .comm common,1
 .weak weak
 weak == 2
 .weak undefweak
 .data
 .dc.a undefweak