repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-m32c.c (m32c_offset_for_reloc): Fix local symbol
[binutils.git]
/
ld
/
testsuite
/
ld-elfweak
/
size2b.s
blob
27b89dbbe2a7f9bc89d8fa7a71b4c354a7237dea
1
.text
2
.weak _start
3
.type _start,
"function"
4
_start
:
5
.byte 0
6
.byte 0
7
.size _start, 2
8
9
.weak foo
10
.type foo,
"function"
11
foo
:
12
.byte 0
13
.byte 0
14
.size foo, 2