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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
sizeof.s
blob
c275549cd4fc453f25bd61ee3983834f654a3100
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 ___stop_scnfoo
12
.else
13
.dc.a __stop_scnfoo
14
.endif
15
.dc.a .sizeof. (scnfoo)