Fix search in TUI
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19617.s
1 .data
2 .global bar
3 bar:
4 .type bar,"object"
5 .long 0
6 .text
7 .type start,"function"
8 .global start
9 start:
10 .type _start,"function"
11 .global _start
12 _start:
13 .type __start,"function"
14 .global __start
15 __start:
16 .type main,"function"
17 .global main
18 main:
19 .long 0
This page took 0.040524 seconds and 4 git commands to generate.