Update contrib.
1 // Copyright (c) 2002-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.
25 // Doing it like this means no space is taken by the symbols
26 #define NUKE_SYMBOL(sig) __asm void sig {}
27 typedef void (*PFV)();
28 typedef void (DTOR)(void *);
29 #define RELOCATE(loc, type) (type)((int)loc + (int)*loc)
38 //extern void run_static_ctors (void);
39 extern void run_static_dtors (void);