RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / sizeof.s
CommitLineData
dc74becf
L
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
9bar:
bdd32e03
AM
10 .ifdef UNDERSCORE
11 .dc.a ___stop_scnfoo
12 .else
dc74becf 13 .dc.a __stop_scnfoo
bdd32e03 14 .endif
dc74becf 15 .dc.a .sizeof. (scnfoo)
This page took 0.167305 seconds and 4 git commands to generate.