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-i386
/
pr27491-2.s
blob
17871dddd76a6eb32b615b4b60925ad246aad021
1
.weak __start_xx
2
.weak __stop_xx
3
4
.text
5
.global foo
6
foo
:
7
movl __start_xx@got
(%
ebx
), %
eax
8
movl __stop_xx@got
(%
ebx
), %
eax
9
leal bar1@got
(%
ebx
), %
eax
10
11
.section xx,
"a"
,unique,0
12
bar1
:
13
.byte 0
14
15
.section xx,
"a"
,unique,1
16
.byte 1