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-powerpc
/
aix-weak-1b.s
blob
e6c2429e432b75551a96a8fc0e1fca7deaf5ea8b
1
.globl a
2
.csect a[RW],2
3
a
:
4
.long 0x55555555
5
.weak b
6
.csect b[RW],2
7
b
:
8
.long 0x66666666
9
.comm c,4
10
.comm d,4
11
12
# Same again, with weak common symbols
13
.globl e
14
.csect e[RW],2
15
e
:
16
.long 0x77777777
17
.weak f
18
.csect f[RW],2
19
f
:
20
.long 0x88888888
21
.weak g
22
.comm g,4
23
.weak h
24
.comm h,4