crtn.S 309 B

12345678910111213141516171819
  1. /*
  2. * This file supplies function epilogues for the .init and .fini sections.
  3. * It is linked in after all other files.
  4. */
  5. .section .init
  6. ldw .d2t2 *+B15(4), B3
  7. add .d2 B15, 8, B15
  8. nop 3
  9. ret .s2 B3
  10. nop 5
  11. .section .fini
  12. ldw .d2t2 *+B15(4), B3
  13. add .d2 B15, 8, B15
  14. nop 3
  15. ret .s2 B3
  16. nop 5