594d8fa8e9
These files are source files and have no business being +x. We couldn't easily fix it in CVS (you need login+write access to the raw rcs files), but we can fix this w/git. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22 lines
1,011 B
Makefile
22 lines
1,011 B
Makefile
#name: PE-COFF Long section names (disabled)
|
|
#ld: --disable-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\.ve [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\. [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
|
|
|