crtn.S 218 B

1234567891011121314151617
  1. .file "crtn.S"
  2. .section .init
  3. mov r14,r15
  4. lds.l @r15+,pr
  5. rts
  6. mov.l @r15+,r14
  7. .Lfe1:
  8. .size _init,.Lfe1-_init
  9. .section .fini
  10. mov r14,r15
  11. lds.l @r15+,pr
  12. rts
  13. mov.l @r15+,r14
  14. .Lfe2:
  15. .size _fini,.Lfe2-_fini