mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
032f3e01ca
* scripttempl/pe.sc (.text): Add "*(.text.*)" in order to catch new GCC hot/cold/unlikely partitions. * scripttempl/pep.sc: Likewise. * scripttempl/epocpe.sc: Likewise. * scripttempl/mcorepe.sc: Likewise. * scripttempl/ppcpe.sc: Likewise. ld/testsuite/ChangeLog: * ld-pe/longsecn.d: Adjusted to match new .text section merging in default PE linker scripts. * ld-pe/longsecn-1.d: Likewise. * ld-pe/longsecn-2.d: Likewise.
22 lines
1.0 KiB
Makefile
Executable File
22 lines
1.0 KiB
Makefile
Executable File
#name: PE-COFF Long section names (enabled)
|
|
#ld: --enable-long-section-names
|
|
#objdump: -h
|
|
#source: longsecn.s
|
|
|
|
.*: file format .*
|
|
|
|
Sections:
|
|
Idx Name Size VMA +LMA +File off Algn
|
|
0 \.text [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
|
|
CONTENTS, ALLOC, LOAD, READONLY, CODE, DATA
|
|
1 \.data [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
2 \.rodata [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
3 \.data\.very\.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
4 \.rodata\.very.long\.section [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
5 \.idata [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ [0-9a-fA-F]+ 2\*\*[0-9]
|
|
CONTENTS, ALLOC, LOAD, DATA
|