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
testsuite: adapt to new --debug command line option
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-powerpc
/
abs32-reloc.s
blob
70776c864118431bf87d5fb04776a82f4d7737af
1
.globl x
2
.hidden x
3
4
.data
5
.p2align 2
6
x
:
7
.long x
8
.long a
9
.long b
10
.long c
11
12
.text
13
.p2align 2
14
.globl _start
15
.type _start,@function
16
_start
:
17
0
:
18
lwz
7
,
x@got
(
30
)
19
lwz
8
,
a
@got
(
30
)
20
lwz
9
,
b
@got
(
30
)
21
lwz
10
,
c@got
(
30
)
22
.size _start,.-_start