mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-27 08:13:42 +02:00
18 lines
346 B
ArmAsm
18 lines
346 B
ArmAsm
//
|
|
//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:
|