crtn.S 394 B

123456789101112131415161718192021222324252627282930
  1. .set noat
  2. .set noreorder
  3. .set nomacro
  4. .set macro
  5. .section .init
  6. .set nomacro
  7. .align 2
  8. .globl _init
  9. .ent _init
  10. .set nomacro
  11. ldq $26,0($30)
  12. lda $30,16($30)
  13. ret $31,($26),1
  14. .end _init
  15. .set macro
  16. .section .fini
  17. .set nomacro
  18. .align 2
  19. .globl _fini
  20. .ent _fini
  21. .set nomacro
  22. ldq $26,0($30)
  23. lda $30,16($30)
  24. ret $31,($26),1
  25. .end _fini
  26. .set macro
  27. .ident "GCC: (GNU) 3.3.2"