mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* ld-scripts/size-1.d: Add bigendian regexps.
* ld-scripts/size-2.d: Set --wide for readelf.
This commit is contained in:
@ -1,17 +1,13 @@
|
||||
#source: size-2.s
|
||||
#ld: -T size-2.t
|
||||
#readelf: -l
|
||||
#readelf: -l --wide
|
||||
|
||||
#...
|
||||
Program Headers:
|
||||
Type Offset VirtAddr PhysAddr
|
||||
FileSiz MemSiz Flags Align
|
||||
PHDR 0x[0-9a-f]+ 0x0+0000 0x0+0000
|
||||
0x[0-9a-f]+ 0x[0-9a-f]+ R .
|
||||
LOAD 0x[0-9a-f]+ 0x0+0000 0x0+0000
|
||||
0x0+0030 0x0+0030 R [0-9a-f]+
|
||||
TLS 0x[0-9a-f]+ 0x0+0008 0x0+0008
|
||||
0x0+0014 0x0+002c R [0-9a-f]+
|
||||
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
|
||||
PHDR 0x[0-9a-f]+ 0x0+0000 0x0+0000 0x[0-9a-f]+ 0x[0-9a-f]+ R 0x[0-9a-f]+
|
||||
LOAD 0x[0-9a-f]+ 0x0+0000 0x0+0000 0x0+0030 0x0+0030 R 0x[0-9a-f]+
|
||||
TLS 0x[0-9a-f]+ 0x0+0008 0x0+0008 0x0+0014 0x0+002c R 0x[0-9a-f]+
|
||||
|
||||
Section to Segment mapping:
|
||||
Segment Sections...
|
||||
|
Reference in New Issue
Block a user