Fix search in TUI
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr20513a.s
CommitLineData
652a8f4f
L
1 .section .text.startup,"ax","progbits"
2 .type start,"function"
3 .global start
4start:
5 .type _start,"function"
6 .global _start
7_start:
8 .type __start,"function"
9 .global __start
10__start:
11 .type main,"function"
12 .global main
13main:
3def1454
L
14 .type _main,"function"
15 .global _main
16_main:
652a8f4f 17 .long 0
This page took 0.174777 seconds and 4 git commands to generate.