Add support for the WebAssembly file format and the wasm32 ELF conversion to gas...
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / wasm32 / long-sections.s
1 .section .wasm.type
2 .rept 256
3 .byte 0
4 .endr
5
6 .section .wasm.code
7 .rept 65536
8 .byte 0
9 .endr
This page took 0.03184 seconds and 4 git commands to generate.