diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/wasm32/custom-section.s')
-rw-r--r-- | binutils/testsuite/binutils-all/wasm32/custom-section.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/wasm32/custom-section.s b/binutils/testsuite/binutils-all/wasm32/custom-section.s new file mode 100644 index 0000000..81fa671 --- /dev/null +++ b/binutils/testsuite/binutils-all/wasm32/custom-section.s @@ -0,0 +1,4 @@ + .section .wasm.name + .byte 2 + .byte 1 + .byte 0 |