1234567891011121314151617 |
- //
- //Copyright 2001, QNX Software Systems Ltd. All Rights Reserved
- //
- // QNX has kindly released this source code under the QNX open
- // Community license, expressly to be used with the
- // Free Pascal runtime library
- //
- .section .init
- .globl _init
- .type _init,@function
- _init:
- .section .fini
- .globl _fini
- .type _fini,@function
- _fini:
|