mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
d661a1c202
* testsuite/ld-elf/symbol2w.s: Use "%" instead of "@" to avoid breakage on ARM.
7 lines
160 B
ArmAsm
7 lines
160 B
ArmAsm
.section .gnu.warning,"a",%progbits
|
|
.global Foo
|
|
.type Foo, %object
|
|
.size Foo, 20
|
|
Foo:
|
|
.string "function 'Foo' used"
|