Fix search in TUI
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22150b.s
CommitLineData
be2b629f
L
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
11foo:
12 .dc.a bar
13 .size foo, .-foo
This page took 0.132151 seconds and 4 git commands to generate.