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
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-powerpc
/
aix-weak-2b.s
blob
84885ab7c97853deeee6e6f335ba00fd07b579a5
1
.globl c1
2
c1
=
0xdddd1111
3
.weak c2
4
c2
=
0xdddd2222
5
.globl c3
6
c3
=
0xdddd3333
7
.weak c4
8
c4
=
0xdddd4444
9
10
.globl d1
11
.csect d1[DS]
12
d1
:
13
.long 0xeeee1111
14
.weak d2
15
d2
=
0xeeee2222
16
.globl d3
17
.csect d3[DS]
18
d3
:
19
.long 0xeeee3333
20
.weak d4
21
d4
=
0xeeee4444