repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
foo0.s
blob
81049704fe2812bcd7e50baf5463dbd8f25bdcbc
1
.text
2
.global start
/* Used by SH targets. */
3
start
:
4
.global _start
5
_start
:
6
.global __start
7
__start
:
8
.global main
/* Used by HPPA targets. */
9
main
:
10
.dc.a 0
11
12
.section .foo,
"ax"
,%progbits
13
.p2align 2
14
.global foo
15
.type foo,%function
16
foo
: