Sign in
gnu
/
binutils-gdb
/
82e6d6bf900e9c1929cc2d4e64a16ab4e1abe4e9
/
.
/
ld
/
testsuite
/
ld-elf
/
startof.s
blob: a1bb46554434bd23851441787a784209b518ea71 [
file
]
.section scnfoo
,
"aw"
,
%progbits
.zero
0x10
.globl bar
.data
.align
8
.type bar
,
%object
.size bar
,
8
bar
:
.ifdef UNDERSCORE
.dc.a ___start_scnfoo
.else
.dc.a __start_scnfoo
.endif
.dc.a .startof.
(
scnfoo
)