kernel/eka/compsupp/rvct2_2/drtaeabi.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 45 329ab0095843
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
   129 	DCB "EXPORT __cxa_atexit\n"
   129 	DCB "EXPORT __cxa_atexit\n"
   130 	DCB "EXPORT __aeabi_atexit\n"
   130 	DCB "EXPORT __aeabi_atexit\n"
   131 	DCB "EXPORT __cxa_finalize\n"
   131 	DCB "EXPORT __cxa_finalize\n"
   132 #endif
   132 #endif
   133 
   133 
   134 // Exception Support from here. Not needed by system side code.
   134 /// Exception Support from here. Not needed by system side code.
   135 #ifndef __KERNEL_MODE__
   135 #ifndef __KERNEL_MODE__
   136 	// Standard (user-visible) C++  exception related functions
   136 	// Standard (user-visible) C++  exception related functions
   137 	DCB "EXPORT _ZSt9terminatev\n"
   137 	DCB "EXPORT _ZSt9terminatev\n"
   138 	DCB "EXPORT _ZSt10unexpectedv\n"
   138 	DCB "EXPORT _ZSt10unexpectedv\n"
   139 	DCB "EXPORT _ZSt18uncaught_exceptionv\n"
   139 	DCB "EXPORT _ZSt18uncaught_exceptionv\n"