Fix SHF_GNU_RETAIN testsuite fallout
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / empty.s
CommitLineData
e75a280b
L
1 .section .bss
2bar:
3 .text
8bf3b8c2
AM
4 .type start,"function"
5 .global start
6start:
e75a280b
L
7 .type _start,"function"
8 .global _start
9_start:
10 .type __start,"function"
11 .global __start
12__start:
48733062
AM
13 .type main,"function"
14 .global main
15main:
3def1454
L
16 .type _main,"function"
17 .global _main
18_main:
e75a280b 19 .long 0
This page took 1.007508 seconds and 4 git commands to generate.