repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-pe
/
basefile1.s
blob
f24c4fc34836b882f6055cee9cfeb461e6c9a4ca
1
.globl _start
2
.globl start
3
.text
4
_start
:
5
start
:
6
.long 0
7
8
.globl _d1
9
.globl _d2
10
.globl _d3
11
.data
12
_d1
:
13
.long 1
14
_d2
:
15
.secrel32 _d3
16
_d3
:
17
.long 2
18