persistent-sections.s 177 B

12345678910111213
  1. .section .persistent,"aw"
  2. .word 1
  3. .section .persistent.var_persistent,"aw"
  4. .word 2
  5. .section .gnu.linkonce.p.var_persistent2,"aw"
  6. .word 3
  7. .text
  8. .global _start
  9. _start:
  10. .word 0