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-elf
/
pr21562b.s
blob
d79694c3d566b8641be8f152ece4fab64e6eea2b
1
.section scnfoo,
"aw"
,%progbits
2
.zero 0x10
3
4
.globl bar
5
.data
6
.type bar, %object
7
bar
:
8
.ifdef UNDERSCORE
9
.dc.a ___stop_scnfoo
10
.else
11
.dc.a __stop_scnfoo
12
.endif