crtn.S 399 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (C) 2016 Andes Technology, Inc.
  3. * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  4. */
  5. .pic
  6. #APP
  7. .section .init
  8. ! epilogue
  9. addi $sp,$fp,#-4
  10. lmw.bim $sp,[$sp],$sp,#0x6
  11. lwi.bi $fp,[$sp],#4
  12. ret
  13. .LFE28:
  14. .section .fini
  15. #NO_APP
  16. ! epilogue
  17. addi $sp,$fp,#-4
  18. lmw.bim $sp,[$sp],$sp,#0x6
  19. lwi.bi $fp,[$sp],#4
  20. ret
  21. .LFE29:
  22. #APP
  23. .ident "GCC: (GNU) 3.4.4"