GNU Binutils with patches for OS216
Revision | 59b60b4efa92fda4275608774f3d38793a2c33cc (tree) |
---|---|
Time | 2006-11-08 19:25:05 |
Author | Vladimir Prus <vladimir@code...> |
Commiter | Vladimir Prus |
2006-11-07 Vladimir Prus <vladimir@codesourcery.com>
* testsuite/ld-elf/symbol2w.s: Use "%" instead
of "@" to avoid breakage on ARM.
@@ -1,3 +1,8 @@ | ||
1 | +2006-11-07 Vladimir Prus <vladimir@codesourcery.com> | |
2 | + | |
3 | + * testsuite/ld-elf/symbol2w.s: Use "%" instead | |
4 | + of "@" to avoid breakage on ARM. | |
5 | + | |
1 | 6 | 2006-11-06 Vladimir Prus <vladimir@codesourcery.com> |
2 | 7 | |
3 | 8 | ld/testsuite |
@@ -1,6 +1,6 @@ | ||
1 | - .section .gnu.warning,"a",@progbits | |
1 | + .section .gnu.warning,"a",%progbits | |
2 | 2 | .global Foo |
3 | - .type Foo, @object | |
3 | + .type Foo, %object | |
4 | 4 | .size Foo, 20 |
5 | 5 | Foo: |
6 | 6 | .string "function 'Foo' used" |