strip off +x bits on non-executable/script files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-pe / longsecn.s
1 .text
2 .global _start
3 .global _mainCRTStartup
4 _start:
5 _mainCRTStartup:
6 .byte 1
7 .global data
8 .data
9 data:
10 .byte 2
11
12 .section .text.very.long.section.name,"rx"
13 vls:
14 .byte 3
15
16 .section .data$1,"wd"
17 .byte 4
18 .section .rodata$1,"rd"
19 .byte 5
20
21 .section .data$123,"wd"
22 .byte 4
23 .section .rodata$123,"rd"
24 .byte 5
25 .section .data$123456789,"wd"
26 .byte 4
27 .section .rodata$123456789,"rd"
28 .byte 5
29
30 .section .data.very.long.section,"wd"
31 .byte 6
32 .section .rodata.very.long.section,"rd"
33 .byte 7
34
35 .section .data.very.long.section$1,"wd"
36 .byte 6
37 .section .rodata.very.long.section$1,"rd"
38 .byte 7
39 .section .data.very.long.section$1234,"wd"
40 .byte 6
41 .section .rodata.very.long.section$1234,"rd"
42 .byte 7
43
44 .end
This page took 0.041271 seconds and 4 git commands to generate.