crtn.S 492 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
  3. *
  4. * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
  5. */
  6. ___gnu_compiled_c:
  7. .section .init
  8. .align 4
  9. .global _init
  10. .type _init,@function
  11. ; EPILOGUE
  12. ld.ab fp,[sp,4]
  13. ld blink,[sp,0]
  14. j.d [blink]
  15. add sp,sp,4
  16. ; .size _init,.-_init
  17. .section .fini
  18. .align 4
  19. .global _fini
  20. .type _fini,@function
  21. ; EPILOGUE
  22. ld.ab fp,[sp,4]
  23. ld blink,[sp,0]
  24. j.d [blink]
  25. add sp,sp,4
  26. ; .size _fini,.-_fini