mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* ld-scripts/rgn-at1.d: Cope with larger padding on sections.
* ld-scripts/rgn-at2.d: Likewise. * ld-scripts/rgn-at3.d: Likewise.
This commit is contained in:
parent
520725ea03
commit
d577356088
@ -1,3 +1,9 @@
|
||||
2009-04-22 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* ld-scripts/rgn-at1.d: Cope with larger padding on sections.
|
||||
* ld-scripts/rgn-at2.d: Likewise.
|
||||
* ld-scripts/rgn-at3.d: Likewise.
|
||||
|
||||
2009-04-21 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
|
||||
|
@ -7,6 +7,6 @@
|
||||
|
||||
Sections:
|
||||
Idx +Name +Size +VMA +LMA +File off +Algn +Flags
|
||||
0 .text +0+[0-9a-f] +0+0010000 +0+0020000 +.*
|
||||
1 .data +0+[0-9a-f] +0+00100[0-9a-f]+ +0+00200[0-9a-f]+ +.*
|
||||
2 .bss +0+[0-9a-f] +0+00100[0-9a-f]+ +0+00200[0-9a-f]+ +.*
|
||||
0 .text +0+[0-9a-f][0-9a-f] +0+0010000 +0+0020000 +.*
|
||||
1 .data +0+[0-9a-f][0-9a-f] +0+00100[0-9a-f]+ +0+00200[0-9a-f]+ +.*
|
||||
2 .bss +0+[0-9a-f][0-9a-f] +0+00100[0-9a-f]+ +0+00200[0-9a-f]+ +.*
|
||||
|
@ -7,6 +7,6 @@
|
||||
|
||||
Sections:
|
||||
Idx +Name +Size +VMA +LMA +File off +Algn +Flags
|
||||
0 .text +0+[0-9a-f] +0+0010000 +0+0020000 +.*
|
||||
1 .data +0+[0-9a-f] +0+0030000 +0+0030000 +.*
|
||||
2 .bss +0+[0-9a-f] +0+00300[0-9a-f]+ +0+00300[0-9a-f]+ +.*
|
||||
0 .text +0+[0-9a-f][0-9a-f] +0+0010000 +0+0020000 +.*
|
||||
1 .data +0+[0-9a-f][0-9a-f] +0+0030000 +0+0030000 +.*
|
||||
2 .bss +0+[0-9a-f][0-9a-f] +0+00300[0-9a-f]+ +0+00300[0-9a-f]+ +.*
|
||||
|
@ -7,6 +7,6 @@
|
||||
|
||||
Sections:
|
||||
Idx +Name +Size +VMA +LMA +File off +Algn +Flags
|
||||
0 .text +0+[0-9a-f] +0+0010000 +0+0020000 +.*
|
||||
1 .data +0+[0-9a-f] +0+00100[0-9a-f]+ +0+0030000 +.*
|
||||
2 .bss +0+[0-9a-f] +0+00100[0-9a-f]+ +0+00300[0-9a-f]+ +.*
|
||||
0 .text +0+[0-9a-f][0-9a-f] +0+0010000 +0+0020000 +.*
|
||||
1 .data +0+[0-9a-f][0-9a-f] +0+00100[0-9a-f]+ +0+0030000 +.*
|
||||
2 .bss +0+[0-9a-f][0-9a-f] +0+00100[0-9a-f]+ +0+00300[0-9a-f]+ +.*
|
||||
|
Loading…
Reference in New Issue
Block a user