daily update
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / empty.s
CommitLineData
e75a280b
L
1 .section .bss
2bar:
3 .text
4 .type _start,"function"
5 .global _start
6_start:
7 .type __start,"function"
8 .global __start
9__start:
10 .long 0
This page took 0.036448 seconds and 4 git commands to generate.