repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git]
/
toolchain
/
binutils
/
ld
/
testsuite
/
ld-mips-elf
/
emrelocs1.s
blob
3e679aefde09e3453e6a04bf9d024defa3efaad7
1
# emrelocs1.s: some external symbols to be used in relocations.
2
3
.text
4
.p2align 4
5
6
# Pad things so addresses which are used for relocations
7
# are non-zero. Zero simply isn't as much fun.
8
.word 0
9
10
.globl ext_fun
11
.ent ext_fun
12
ext_fun
:
.word 1
13
.end ext_fun
14
15
16
.sdata
17
.p2align 4
18
19
# Padding here, for same reason.
20
.word 0
21
22
.globl ext_var
23
ext_var
:
.word 2