• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

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

修訂391df1c063dd833571e4bfeb75798c76e6585bba (tree)
時間2004-10-15 09:27:12
作者Alan Modra <amodra@gmai...>
CommiterAlan Modra

Log Message

* ld-crx/reloc-num8.d: Adjust for changed orphan placement.
* ld-crx/reloc-num16.d: Likewise.
* ld-crx/reloc-num32.d: Likewise.
* ld-scripts/provide-2.t: Start .data at 0x2000.
* ld-scripts/provide-2.d: Adjust.

Change Summary

差異

--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,11 @@
1+2004-10-15 Alan Modra <amodra@bigpond.net.au>
2+
3+ * ld-crx/reloc-num8.d: Adjust for changed orphan placement.
4+ * ld-crx/reloc-num16.d: Likewise.
5+ * ld-crx/reloc-num32.d: Likewise.
6+ * ld-scripts/provide-2.t: Start .data at 0x2000.
7+ * ld-scripts/provide-2.d: Adjust.
8+
19 2004-10-14 H.J. Lu <hongjiu.lu@intel.com>
210
311 * ld-scripts/sort.exp: Run for ELF targets only.
--- a/ld/testsuite/ld-crx/reloc-num16.d
+++ b/ld/testsuite/ld-crx/reloc-num16.d
@@ -8,5 +8,5 @@
88
99 Disassembly of section .text:
1010
11-11014000 <_start>:
12-11014000: 34 12 addcw \$0x3, r4
11+.* <_start>:
12+.*: 34 12 addcw \$0x3, r4
--- a/ld/testsuite/ld-crx/reloc-num32.d
+++ b/ld/testsuite/ld-crx/reloc-num32.d
@@ -8,6 +8,6 @@
88
99 Disassembly of section .text:
1010
11-11014000 <_start>:
12-11014000: 78 56 orw r7, r8
13-11014002: 34 12 addcw \$0x3, r4
11+.* <_start>:
12+.*: 78 56 orw r7, r8
13+.*: 34 12 addcw \$0x3, r4
--- a/ld/testsuite/ld-crx/reloc-num8.d
+++ b/ld/testsuite/ld-crx/reloc-num8.d
@@ -8,5 +8,5 @@
88
99 Disassembly of section .text:
1010
11-11014000 <_start>:
12-11014000: 12 00 addub \$0x1, r2
11+.* <_start>:
12+.*: 12 00 addub \$0x1, r2
--- a/ld/testsuite/ld-scripts/provide-2.d
+++ b/ld/testsuite/ld-scripts/provide-2.d
@@ -3,5 +3,5 @@
33 #nm: -B
44 #...
55 0+3 A baz
6-0+0 D foo
6+0+2000 D foo
77 #pass
--- a/ld/testsuite/ld-scripts/provide-2.t
+++ b/ld/testsuite/ld-scripts/provide-2.t
@@ -3,7 +3,7 @@ SECTIONS
33 PROVIDE (foo = 1);
44 PROVIDE (bar = 2);
55 PROVIDE (baz = 3);
6- .data :
6+ .data 0x2000 :
77 {
88 *(.data)
99 }