mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
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:
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user