kernel/eka/compsupp/rvct2_1/drtaeabi.cpp
changeset 10 36bfc973b146
parent 9 96e5fb8b040d
child 11 329ab0095843
equal deleted inserted replaced
9:96e5fb8b040d 10: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.
   115 	DCB "EXPORT __cxa_atexit\n"
   115 	DCB "EXPORT __cxa_atexit\n"
   116 	DCB "EXPORT __aeabi_atexit\n"
   116 	DCB "EXPORT __aeabi_atexit\n"
   117 	DCB "EXPORT __cxa_finalize\n"
   117 	DCB "EXPORT __cxa_finalize\n"
   118 #endif
   118 #endif
   119 
   119 
   120 // Exception Support from here. Not needed by system side code.
   120 /// Exception Support from here. Not needed by system side code.
   121 #ifndef __KERNEL_MODE__
   121 #ifndef __KERNEL_MODE__
   122 	// Standard (user-visible) C++  exception related functions
   122 	// Standard (user-visible) C++  exception related functions
   123 	DCB "EXPORT _ZSt9terminatev\n"
   123 	DCB "EXPORT _ZSt9terminatev\n"
   124 	DCB "EXPORT _ZSt10unexpectedv\n"
   124 	DCB "EXPORT _ZSt10unexpectedv\n"
   125 	DCB "EXPORT _ZSt18uncaught_exceptionv\n"
   125 	DCB "EXPORT _ZSt18uncaught_exceptionv\n"