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-elfweak
/
size2a.s
blob
c9ad914656f73e09e6de3492fe8c931bebda6f2b
1
.text
2
.global _start
3
.global __start
4
.type _start,
"function"
5
.type __start,
"function"
6
_start
:
7
__start
:
8
.byte 0
9
.size _start, 1
10
.size __start, 1
11
12
.weak foo
13
.type foo,
"function"
14
foo
:
15
.byte 0
16
.size foo, 1