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
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-size
/
size32-1.s
blob
9e2840c3aec85b452d4491611bbd4c3046e67921
1
# 32-bit size relocation in shared object
2
.comm xxx,40,32
3
.data
4
.p2align 2
5
.long xxx@SIZE
6
.long xxx@SIZE-30
7
.long xxx@SIZE+30
8
.long yyy@SIZE
9
.long zzz@SIZE
10
.globl yyy
11
.type yyy, %object
12
.size yyy, 40
13
yyy
:
14
.zero 40