mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
12 lines
239 B
ArmAsm
12 lines
239 B
ArmAsm
|
.section scnfoo,"aw",%progbits
|
||
|
.zero 0x10
|
||
|
|
||
|
.globl bar
|
||
|
.data
|
||
|
.align 8
|
||
|
.type bar, %object
|
||
|
.size bar, 8
|
||
|
bar:
|
||
|
.dc.a __start_scnfoo
|
||
|
.dc.a .startof. (scnfoo)
|