mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* ld-scripts/align2a.d: Don't assume anything about section
padding or alignment, or max page size. Allow 64-bit addresses. * ld-scripts/align2b.d: Likewise.
This commit is contained in:
@ -5,9 +5,8 @@
|
||||
|
||||
Sections:
|
||||
Idx +Name +Size +VMA +LMA +File +off +Algn
|
||||
+0 +\.text +00000004 +00000000 +00000000 +00001000 +2\*\*2
|
||||
+0 +\.text +[^ ]* +0+ +0+ .*
|
||||
+CONTENTS, +ALLOC, +LOAD, +READONLY, +CODE
|
||||
+1 +\.data +00000004 +00000010 +00000010 +00001010 +2\*\*2
|
||||
+1 +\.data +[^ ]* +0+10 +0+10 .*
|
||||
+CONTENTS, +ALLOC, +LOAD, +DATA
|
||||
+2 +\.bss +00000000 +00000014 +00000014 +00001014 +2\*\*2
|
||||
+ALLOC
|
||||
#pass
|
||||
|
Reference in New Issue
Block a user