[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / multibss1.s
CommitLineData
8c252fd9 1 .macro makebss
30618a1e 2 .section .bss_\@,"aw",%nobits
8c252fd9
RS
3 .space 0x10000
4 .endm
5
6 .rept 80
7 makebss
8 .endr
9
10 .text
11 .space 0x10
This page took 0.53657 seconds and 4 git commands to generate.