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
daily update
[binutils.git]
/
gas
/
testsuite
/
gas
/
vax
/
elf-rel.s
blob
69253fefa6ee98a1ad94029fd9f80866df53c08b
1
.data
2
3
.byte data_vax_8
4
.word data_vax_16
5
.long data_vax_32
6
7
.byte data_vax_8+8
8
.word data_vax_16+16
9
.long data_vax_32+32
10
11
.text
12
.globl x
13
x
:
14
.word 0
15
16
calls $
0
,
b
`text_vax_pc8
17
calls $
0
,
w`text_vax_pc16
18
calls $
0
,
l
`text_vax_pc32
19
calls $
0
,
text_vax_plt32
20
21
tstl
b
`text_vax_pc8
22
tstl w`text_vax_pc16
23
tstl
l
`text_vax_pc32
24
tstl text_vax_got32
25
26
tstl
b
`text_vax_pc8+
8
27
tstl w`text_vax_pc16+
16
28
tstl
l
`text_vax_pc32+
32
29
tstl text_vax_got32+
32
30
ret