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
ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
startof.s
blob
a1bb46554434bd23851441787a784209b518ea71
1
.section scnfoo,
"aw"
,%progbits
2
.zero 0x10
3
4
.globl bar
5
.data
6
.align 8
7
.type bar, %object
8
.size bar, 8
9
bar
:
10
.ifdef UNDERSCORE
11
.dc.a ___start_scnfoo
12
.else
13
.dc.a __start_scnfoo
14
.endif
15
.dc.a .startof. (scnfoo)