mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
14 lines
177 B
ArmAsm
14 lines
177 B
ArmAsm
|
.section .persistent,"aw"
|
||
|
.word 1
|
||
|
|
||
|
.section .persistent.var_persistent,"aw"
|
||
|
.word 2
|
||
|
|
||
|
.section .gnu.linkonce.p.var_persistent2,"aw"
|
||
|
.word 3
|
||
|
|
||
|
.text
|
||
|
.global _start
|
||
|
_start:
|
||
|
.word 0
|