x86: fold various AVX512 templates with so far differing Masking attributes
[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.030588 seconds and 4 git commands to generate.