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
* elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
[binutils.git]
/
ld
/
testsuite
/
ld-mips-elf
/
emrelocs2.s
blob
77570f102e2dec1606f72a5859ab09448686a7ba
1
# emrelocs2.s: local symbols and data which causes relocations.
2
3
.text
4
.p2align 4
5
6
.word 0, 0
7
8
.ent lcl_fun
9
lcl_fun
:
.word 3
10
.end lcl_fun
11
12
13
.sdata
14
.p2align 4
15
16
.word 0, 0
17
18
lcl_var
:
.word 4
19
20
.p2align 4
21
22
.word ext_fun
23
.word ext_var
24
.word lcl_fun
25
.word lcl_var
26
27
.dword ext_fun
28
.dword ext_var
29
.dword lcl_fun
30
.dword lcl_var