1
0

crti.s 171 B

12345678910111213
  1. .section .init
  2. .global _init
  3. .type _init, @function
  4. _init:
  5. sts.l pr, @-r15
  6. nop
  7. .section .fini
  8. .global _fini
  9. .type _fini, @function
  10. _fini:
  11. sts.l pr, @-r15
  12. nop