crtn.S 216 B

1234567891011121314
  1. .section .init
  2. .align 2
  3. .global _init
  4. .type _init, @function
  5. ldm sp++, r6, pc
  6. .size _init, . - _init
  7. .section .fini
  8. .align 2
  9. .global _fini
  10. .type _fini, @function
  11. ldm sp++, r6, pc
  12. .size _fini, . - _fini