GNU Binutils with patches for OS216
修訂 | 391df1c063dd833571e4bfeb75798c76e6585bba (tree) |
---|---|
時間 | 2004-10-15 09:27:12 |
作者 | Alan Modra <amodra@gmai...> |
Commiter | Alan Modra |
* 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.
@@ -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 | + | |
1 | 9 | 2004-10-14 H.J. Lu <hongjiu.lu@intel.com> |
2 | 10 | |
3 | 11 | * ld-scripts/sort.exp: Run for ELF targets only. |
@@ -8,5 +8,5 @@ | ||
8 | 8 | |
9 | 9 | Disassembly of section .text: |
10 | 10 | |
11 | -11014000 <_start>: | |
12 | -11014000: 34 12 addcw \$0x3, r4 | |
11 | +.* <_start>: | |
12 | +.*: 34 12 addcw \$0x3, r4 |
@@ -8,6 +8,6 @@ | ||
8 | 8 | |
9 | 9 | Disassembly of section .text: |
10 | 10 | |
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 |
@@ -8,5 +8,5 @@ | ||
8 | 8 | |
9 | 9 | Disassembly of section .text: |
10 | 10 | |
11 | -11014000 <_start>: | |
12 | -11014000: 12 00 addub \$0x1, r2 | |
11 | +.* <_start>: | |
12 | +.*: 12 00 addub \$0x1, r2 |
@@ -3,5 +3,5 @@ | ||
3 | 3 | #nm: -B |
4 | 4 | #... |
5 | 5 | 0+3 A baz |
6 | -0+0 D foo | |
6 | +0+2000 D foo | |
7 | 7 | #pass |
@@ -3,7 +3,7 @@ SECTIONS | ||
3 | 3 | PROVIDE (foo = 1); |
4 | 4 | PROVIDE (bar = 2); |
5 | 5 | PROVIDE (baz = 3); |
6 | - .data : | |
6 | + .data 0x2000 : | |
7 | 7 | { |
8 | 8 | *(.data) |
9 | 9 | } |