* 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.
This commit is contained in:
Alan Modra 2004-10-15 00:27:12 +00:00
parent e25e99ac83
commit 391df1c063
6 changed files with 17 additions and 9 deletions

View File

@ -1,3 +1,11 @@
2004-10-15 Alan Modra <amodra@bigpond.net.au>
* 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.
2004-10-14 H.J. Lu <hongjiu.lu@intel.com> 2004-10-14 H.J. Lu <hongjiu.lu@intel.com>
* ld-scripts/sort.exp: Run for ELF targets only. * ld-scripts/sort.exp: Run for ELF targets only.

View File

@ -8,5 +8,5 @@
Disassembly of section .text: Disassembly of section .text:
11014000 <_start>: .* <_start>:
11014000: 34 12 addcw \$0x3, r4 .*: 34 12 addcw \$0x3, r4

View File

@ -8,6 +8,6 @@
Disassembly of section .text: Disassembly of section .text:
11014000 <_start>: .* <_start>:
11014000: 78 56 orw r7, r8 .*: 78 56 orw r7, r8
11014002: 34 12 addcw \$0x3, r4 .*: 34 12 addcw \$0x3, r4

View File

@ -8,5 +8,5 @@
Disassembly of section .text: Disassembly of section .text:
11014000 <_start>: .* <_start>:
11014000: 12 00 addub \$0x1, r2 .*: 12 00 addub \$0x1, r2

View File

@ -3,5 +3,5 @@
#nm: -B #nm: -B
#... #...
0+3 A baz 0+3 A baz
0+0 D foo 0+2000 D foo
#pass #pass

View File

@ -3,7 +3,7 @@ SECTIONS
PROVIDE (foo = 1); PROVIDE (foo = 1);
PROVIDE (bar = 2); PROVIDE (bar = 2);
PROVIDE (baz = 3); PROVIDE (baz = 3);
.data : .data 0x2000 :
{ {
*(.data) *(.data)
} }