crtn.S 334 B

1234567891011121314
  1. /*
  2. * Copyright (C) 2026 Waldemar Brodkorb <wbx@uclibc-ng.org>
  3. * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  4. */
  5. .section .init,"ax",@progbits
  6. ld.d $ra,$sp,8
  7. addi.d $sp,$sp,16
  8. jr $ra
  9. .section .fini,"ax",@progbits
  10. ld.d $ra,$sp,8
  11. addi.d $sp,$sp,16
  12. jr $ra