197a7bfdca
* ld-checks/checks.exp: Use different names for the two tests. Don't add extra text when invoking fail.
11 lines
106 B
ArmAsm
11 lines
106 B
ArmAsm
.text
|
|
.global foo
|
|
foo:
|
|
.long 0x12345678
|
|
|
|
.data
|
|
.global bar
|
|
bar:
|
|
.long 0x87654321
|
|
|
|
.lcomm dummy, 0x12
|