Update contrib.
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "ARM EABI LICENCE.txt"
5 // which accompanies this distribution, and is available
6 // in kernel/eka/compsupp.
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // This file is part of usrt.lib and ksrt.lib.
19 extern "C" __asm void __cpp_initialize__aeabi_()
23 IMPORT |SHT$$INIT_ARRAY$$Base| [WEAK]
24 IMPORT |SHT$$INIT_ARRAY$$Limit| [WEAK]
26 // Export std::nothrow from here.
30 STMFD r13!,{r3-r5,r14}
37 // Exit if the array is empty.
38 LDMEQFD r13!,{r3-r5,pc}
42 #if __ARMCC_VERSION > 300000
60 DCD |SHT$$INIT_ARRAY$$Base|
62 DCD |SHT$$INIT_ARRAY$$Limit|