Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / groupauto.s
CommitLineData
f9818820
L
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
100: .asciz "somevendor"
111: .balign 4
122: .byte 1
13 .uleb128 5f-4f
143: .balign 4
15 .popsection
164: .byte 2
175: .byte 3
This page took 0.25921 seconds and 4 git commands to generate.