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