Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / multibss1.s
1 .macro makebss
2 .section .bss_\@,"aw",%nobits
3 .space 0x10000
4 .endm
5
6 .rept 80
7 makebss
8 .endr
9
10 .text
11 .space 0x10
This page took 0.02957 seconds and 4 git commands to generate.