* gas/all/gas.exp: Don't run redef tests on a bunch of targets.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section7.s
CommitLineData
9cfc3331
L
1 .section .bar,"a"
2 .byte 0
3.pushsection .bar1,2,"a"
4 .byte 2
5.popsection
6 .byte 0
7.pushsection .bar2,3,"a"
8 .byte 2
9.popsection
10 .byte 0
11.pushsection .bar3,2,"a", %progbits
12 .byte 3
13.popsection
14 .byte 0
15.pushsection .bar4
16 .byte 4
17.popsection
18 .byte 0
19.pushsection .text,1,"axG",%progbits,foo,comdat
20 .byte -1
21.popsection
22 .byte 0
23.pushsection .text,"axG",%progbits,foo,comdat
24 .byte -2
25.popsection
26 .byte 0
27.pushsection .bar1,"a"
28 .byte 1
29.popsection
30 .byte 0
31.pushsection .bar3,"a", %progbits
32 .byte 1
33.popsection
34 .byte 0
35.pushsection .bar2,"a"
36 .byte 1
37.popsection
38 .byte 0
This page took 0.05569 seconds and 4 git commands to generate.