diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2006-11-08 10:21:12 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2006-11-08 10:21:12 +0000 |
commit | d661a1c202420f508152cb6b402c019e1d9441ff (patch) | |
tree | a902cd24ec662e312b3305e3d57ee2e5ae61affd | |
parent | 05e7221f068829ce297dbcf12eb056217af33648 (diff) | |
download | gdb-d661a1c202420f508152cb6b402c019e1d9441ff.zip gdb-d661a1c202420f508152cb6b402c019e1d9441ff.tar.gz gdb-d661a1c202420f508152cb6b402c019e1d9441ff.tar.bz2 |
2006-11-07 Vladimir Prus <vladimir@codesourcery.com>
* testsuite/ld-elf/symbol2w.s: Use "%" instead
of "@" to avoid breakage on ARM.
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/symbol2w.s | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 7deb5e7..86b084e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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 diff --git a/ld/testsuite/ld-elf/symbol2w.s b/ld/testsuite/ld-elf/symbol2w.s index 2452b2b..794a753 100644 --- a/ld/testsuite/ld-elf/symbol2w.s +++ b/ld/testsuite/ld-elf/symbol2w.s @@ -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" |