• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision59b60b4efa92fda4275608774f3d38793a2c33cc (tree)
Time2006-11-08 19:25:05
AuthorVladimir Prus <vladimir@code...>
CommiterVladimir Prus

Log Message

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

* testsuite/ld-elf/symbol2w.s: Use "%" instead
of "@" to avoid breakage on ARM.

Change Summary

Incremental Difference

--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -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+
16 2006-11-06 Vladimir Prus <vladimir@codesourcery.com>
27
38 ld/testsuite
--- a/ld/testsuite/ld-elf/symbol2w.s
+++ b/ld/testsuite/ld-elf/symbol2w.s
@@ -1,6 +1,6 @@
1- .section .gnu.warning,"a",@progbits
1+ .section .gnu.warning,"a",%progbits
22 .global Foo
3- .type Foo, @object
3+ .type Foo, %object
44 .size Foo, 20
55 Foo:
66 .string "function 'Foo' used"