repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gas:
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-mips-elf
/
dyn-sec64.s
blob
7d634eef6f6ee2acdbc0159740e904aa7d8d9073
1
.section .init,
"ax"
,@progbits
2
.globl _init
3
.ent _init
4
.type _init, @function
5
_init
:
6
ld
$
2
,%
call16
(
bar
)
7
.end _init
8
9
.section .fini,
"ax"
,@progbits
10
.globl _fini
11
.ent _fini
12
.type _fini, @function
13
_fini
:
14
.end _fini
15
16
.data
17
foo
:
18
.dword bar
19