blob: 04f6155d984a73c4dd729fcbe5ffce3a4a903125 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.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
|