os/kernelhwsrv/kerneltest/e32test/cppexceptions/export_internals.cpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2004-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 "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 // Force certain exception support internal to be exported for testing purposes
    17 __asm void __rt_exporter_dummy2(void)
    18 {
    19 	AREA |.directive|, READONLY, NOALLOC
    20 
    21 	PRESERVE8
    22 
    23 	DCB "#<SYMEDIT>#\n"
    24 	DCB "EXPORT GetROMExceptionSearchTable\n"
    25 	DCB "EXPORT SearchEST\n"
    26 	DCB "EXPORT DebugPrintf\n"
    27 	DCB "EXPORT SearchEITV1\n"
    28 	DCB "EXPORT SearchEITV2\n"
    29 
    30 	DCB "EXPORT __cxa_get_globals\n"
    31 	DCB "EXPORT ReLoadExceptionDescriptor\n"
    32 	DCB "EXPORT InitialiseSymbianSpecificUnwinderCache\n"
    33 	DCB "EXPORT __cxa_allocate_exception\n"
    34 
    35 }
    36 
    37 //extern "C" int main = 0;
    38 //extern "C" int _fp_init = 0;
    39