mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* ld-mmix/local12.d (Sections): Match any LMA for .data, .sbss,
and .bss.
This commit is contained in:
@ -12,11 +12,11 @@ Sections:
|
||||
Idx Name Size VMA LMA File off Algn
|
||||
0 \.text 0+8 0+ 0+ 0+b0 2\*\*2
|
||||
CONTENTS, ALLOC, LOAD, READONLY, CODE
|
||||
1 \.data 0+ 2000000000000000 2000000000000000 0+b8 2\*\*0
|
||||
1 \.data 0+ 2000000000000000 [0-9]+ 0+b8 2\*\*0
|
||||
CONTENTS, ALLOC, LOAD, DATA
|
||||
2 \.sbss 0+ 2000000000000000 2000000000000000 0+b8 2\*\*0
|
||||
2 \.sbss 0+ 2000000000000000 [0-9]+ 0+b8 2\*\*0
|
||||
CONTENTS
|
||||
3 \.bss 0+ 2000000000000000 2000000000000000 0+b8 2\*\*0
|
||||
3 \.bss 0+ 2000000000000000 [0-9]+ 0+b8 2\*\*0
|
||||
ALLOC
|
||||
Contents of section \.text:
|
||||
0000 fd030201 e3fd0001 .*
|
||||
|
Reference in New Issue
Block a user