]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libc/misc/elf/dl-core.c
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / misc / elf / dl-core.c
1 /*
2  * This contains all symbols and functions to support
3  * dynamic linking into static libc.
4
5  * Copyright (c) 2008  STMicroelectronics Ltd
6  * Author: Carmelo Amoroso <carmelo.amoroso@st.com>
7  *
8  * Based on draft work by Peter S. Mazinger <ps.m@gmx.net>
9  *
10  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
11  *
12  */
13
14 #ifdef SHARED
15 #error "This file is not suitable for linking into dynamic libc"
16 #else
17 /* Include ldso symbols and functions used into static libc */
18 #include "../../../ldso/ldso/dl-symbols.c"
19 #endif
20