summaryrefslogtreecommitdiff
path: root/test/manysecs.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/manysecs.asm')
-rw-r--r--test/manysecs.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/manysecs.asm b/test/manysecs.asm
new file mode 100644
index 00000000..c65c6091
--- /dev/null
+++ b/test/manysecs.asm
@@ -0,0 +1,6 @@
+%assign n 0
+%rep 10000
+ section .text %+ n progbits exec
+ nop
+%assign n n+1
+%endrep