Browse Source
* testsuite/ld-elf/symbol2w.s: Use "%" instead
of "@" to avoid breakage on ARM.
gdb_6_6-branch
2 changed files with 7 additions and 2 deletions
@ -1,6 +1,6 @@ |
|||
.section .gnu.warning,"a",@progbits |
|||
.section .gnu.warning,"a",%progbits |
|||
.global Foo |
|||
.type Foo, @object |
|||
.type Foo, %object |
|||
.size Foo, 20 |
|||
Foo: |
|||
.string "function 'Foo' used" |
|||
|
|||
Loading…
Reference in new issue