Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / rgn-over8.s
1 .text
2 .globl main
3 .zero 1024
4 .data
5 .zero 1024
6 .section .bss, "aw", "nobits"
7 .zero 1024
This page took 0.036369 seconds and 4 git commands to generate.