Support tcl procedure calls in run_dump_test xfail
[external/binutils.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