projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gas/
[deliverable/binutils-gdb.git]
/
gas
/
testsuite
/
gas
/
sparc
/
pcrel.s
1
.text
2
.align 4
3
1: nop
4
2: nop
5
.globl foo
6
foo: nop
7
8
.data
9
.align 32
10
.word 0
11
.word 1
12
.word 1b + 16
13
.word %r_disp32(1b + 16)
14
.word 2b + 16
15
.word %r_disp32(2b + 16)
16
3: .word foo
17
.word %r_disp32(foo)
18
.word foo + 16
19
.word %r_disp32(foo + 16)
20
.byte %r_disp8(3b)
21
.byte %r_disp8(4f)
22
.half %r_disp16(3b)
23
.half %r_disp16(4f)
24
.uaword 2
25
.half 0
26
4:
This page took
0.029933 seconds
and
4
git commands to generate.