2006-11-07 Vladimir Prus <vladimir@codesourcery.com>
authorVladimir Prus <vladimir@codesourcery.com>
Wed, 8 Nov 2006 10:21:12 +0000 (10:21 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Wed, 8 Nov 2006 10:21:12 +0000 (10:21 +0000)
        * testsuite/ld-elf/symbol2w.s: Use "%" instead
        of "@" to avoid breakage on ARM.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/symbol2w.s

index 7deb5e7d2426e34c47e6b05eb6eea2ea1bdaa205..86b084e6ddb2125b7bf896770119e7f8d40fc860 100644 (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
index 2452b2b4a9c475f3d682a1e85e00cae1e9e05dd3..794a753c616e8614e211160536e0beb8c635623e 100644 (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"