aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/wasm32/long-sections.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/wasm32/long-sections.s')
-rw-r--r--binutils/testsuite/binutils-all/wasm32/long-sections.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/wasm32/long-sections.s b/binutils/testsuite/binutils-all/wasm32/long-sections.s
new file mode 100644
index 0000000..a8642d2
--- /dev/null
+++ b/binutils/testsuite/binutils-all/wasm32/long-sections.s
@@ -0,0 +1,9 @@
+ .section .wasm.type
+ .rept 256
+ .byte 0
+ .endr
+
+ .section .wasm.code
+ .rept 65536
+ .byte 0
+ .endr