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-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
empty.s
blob
8c2d0e69f0b3a995044709cfd37bca2391d19eba
1
.section .bss
2
bar
:
3
.text
4
.type start,
"function"
5
.global start
6
start
:
7
.type _start,
"function"
8
.global _start
9
_start
:
10
.type __start,
"function"
11
.global __start
12
__start
:
13
.type main,
"function"
14
.global main
15
main
:
16
.long 0