2008-05-02 H.J. Lu <hongjiu.lu@intel.com>

PR ld/6475
	* ld-scripts/rgn-over8-ok.d: Accept any alignment.
This commit is contained in:
H.J. Lu
2008-05-02 15:11:49 +00:00
parent d01a8610c3
commit e76b98d759
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,10 @@
2008-05-02 H.J. Lu <hongjiu.lu@intel.com>
PR ld/6475
* ld-scripts/rgn-over8-ok.d: Accept any alignment.
2008-04-29 Daniel Jacobowitz <dan@codesourcery.com>
* ld-arm/symbian-seg1.s, ld-arm/symbian-seg1.d: New files.
* ld-arm/arm-elf.exp: Run symbian-seg1.

View File

@ -7,6 +7,6 @@
Sections:
Idx +Name +Size +VMA +LMA +File off +Algn +Flags
0 .text 0+0000400 0+0000000 0+0000000 [0-9a-f]+ 2\*\*0 CONTENTS, ALLOC, LOAD, READONLY, CODE
1 .data 0+0000400 0+0001000 0+0000400 [0-9a-f]+ 2\*\*0 CONTENTS, ALLOC, LOAD, DATA
2 .bss 0+0000400 0+0001400 0+0000800 [0-9a-f]+ 2\*\*0 ALLOC
0 .text 0+0000400 0+0000000 0+0000000 [0-9a-f]+ 2\*\*[0-9]+ CONTENTS, ALLOC, LOAD, READONLY, CODE
1 .data 0+0000400 0+0001000 0+0000400 [0-9a-f]+ 2\*\*[0-9]+ CONTENTS, ALLOC, LOAD, DATA
2 .bss 0+0000400 0+0001400 0+0000800 [0-9a-f]+ 2\*\*[0-9]+ ALLOC