x86: Update assembler tests for non-ELF targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / bss.s
1 .data
2 .section .other, "a", @progbits
3 .byte 1
4 .bss
5 .skip 1
6 .previous
7 .byte 2
This page took 0.033152 seconds and 4 git commands to generate.