mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
30618a1e61
ld/testsuite/ * ld-elf/multibss1.s: Use %nobits instead of @nobits.
12 lines
118 B
ArmAsm
12 lines
118 B
ArmAsm
.macro makebss
|
|
.section .bss_\@,"aw",%nobits
|
|
.space 0x10000
|
|
.endm
|
|
|
|
.rept 80
|
|
makebss
|
|
.endr
|
|
|
|
.text
|
|
.space 0x10
|