* gas/elf/section5.e, gas/elf/section5.l: Replace [:digit:],
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section5.s
CommitLineData
7a6d0b32 1.section .test0
a904de94 2.section .test1, "", %progbits
7a6d0b32
JB
3.section .test2
4.section .test3, "aw"
a904de94 5.section .test4, "aw", %nobits
7a6d0b32 6
a904de94 7.section .test1, "aw", %nobits
7a6d0b32
JB
8test1: .long test1
9
10.section .test2, "w"
11test2: .long test2
12
a904de94 13.section .test3, "aw", %progbits
7a6d0b32
JB
14test3: .long test3
15
16.section .test4, "aw"
17
18.section .data, "a"
19
20.section .bss, "a"
21
a904de94 22.section .data, "aw", %nobits
7a6d0b32 23
a904de94 24.section .bss, "aw", %progbits
This page took 0.024904 seconds and 4 git commands to generate.