Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / groupauto.s
1 .text
2 .byte 1
3 .section .foo,"a?","progbits"
4 .byte 1
5
6 .section .text,"axG",%progbits,some_group,comdat
7 .byte 1
8 .pushsection .note.bar,"?","note"
9 .4byte 1f-0f, 3f-2f, 123
10 0: .asciz "somevendor"
11 1: .balign 4
12 2: .byte 1
13 .uleb128 5f-4f
14 3: .balign 4
15 .popsection
16 4: .byte 2
17 5: .byte 3
This page took 0.036355 seconds and 4 git commands to generate.