crti.s 346 B

1234567891011121314151617
  1. //
  2. //Copyright 2001, QNX Software Systems Ltd. All Rights Reserved
  3. //
  4. // QNX has kindly released this source code under the QNX open
  5. // Community license, expressly to be used with the
  6. // Free Pascal runtime library
  7. //
  8. .section .init
  9. .globl _init
  10. .type _init,@function
  11. _init:
  12. .section .fini
  13. .globl _fini
  14. .type _fini,@function
  15. _fini: