crtn.S 455 B

12345678910111213141516171819
  1. ! Copyright (C) 2013 Imagination Technologies Ltd.
  2. ! Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
  3. .section .init
  4. .global __init
  5. .type __init,function
  6. GETL D0.4, D1RtP, [A0FrP+#8++]
  7. SUB A0StP, A0FrP, #8
  8. MOV A0FrP, D0.4
  9. MOV PC, D1RtP
  10. .section .fini
  11. .global __fini
  12. .type __fini,function
  13. GETL D0.4, D1RtP, [A0FrP+#8++]
  14. SUB A0StP, A0FrP, #8
  15. MOV A0FrP, D0.4
  16. MOV PC, D1RtP