1 /* |
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
3 * All rights reserved. |
3 // This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
4 // under the terms of the License "ARM EABI LICENCE.txt" |
5 * under the terms of the License "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
6 // in kernel/eka/compsupp. |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
8 * |
8 // Initial Contributors: |
9 * Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
10 // |
11 * |
11 // Contributors: |
12 * Contributors: |
12 // |
13 * |
13 // Description: |
14 * Description: |
14 // This function is simple a way to get these EXPORT statements into |
15 * This function is simple a way to get these EXPORT statements into |
15 // the .in file. These symbols will therefore be referenced from |
16 * the .in file. These symbols will therefore be referenced from |
16 // the export table and so **forced** into the DLL |
17 * the export table and so **forced** into the DLL |
17 // |
18 * |
18 // |
19 */ |
|
20 |
|
21 |
19 |
22 __asm void __rt_exporter_dummy(void) |
20 __asm void __rt_exporter_dummy(void) |
23 { |
21 { |
24 AREA |.directive|, READONLY, NOALLOC |
22 AREA |.directive|, READONLY, NOALLOC |
25 |
23 |