mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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:
parent
05e7221f06
commit
d661a1c202
@ -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
|
||||
|
@ -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
Block a user