Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22150b.s
1 .section .text._start,"ax",%progbits
2 .globl _start
3 .type _start, %function
4 _start:
5 .byte 0
6 .size _start, .-_start
7
8 .section .text.bar,"ax",%progbits
9 .globl foo
10 .type foo, %function
11 foo:
12 .dc.a bar
13 .size foo, .-foo
This page took 0.0305 seconds and 4 git commands to generate.