2006-11-07 Vladimir Prus <vladimir@codesourcery.com>

* testsuite/ld-elf/symbol2w.s: Use "%" instead
        of "@" to avoid breakage on ARM.
This commit is contained in:
Vladimir Prus 2006-11-08 10:21:12 +00:00
parent 05e7221f06
commit d661a1c202
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-11-07 Vladimir Prus <vladimir@codesourcery.com>
* testsuite/ld-elf/symbol2w.s: Use "%" instead
of "@" to avoid breakage on ARM.
2006-11-06 Vladimir Prus <vladimir@codesourcery.com>
* testsuite/ld-elf/symbol1ref.s: Use ".dc.a" instead

View File

@ -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"