Fix search in TUI
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr23648.s
1 .text
2 .global entry, _entry
3 entry:
4 _entry:
5 .dc.a foo
6
7 .section .text.test0,"ax",%progbits
8 .global test0
9 test0:
10 .dc.a 0
11
12 .section .text.test1,"ax",%progbits
13 .global test1
14 test1:
15 .dc.a 1
This page took 0.029424 seconds and 4 git commands to generate.