summaryrefslogtreecommitdiffstats
path: root/test/dlopen
Commit message (Collapse)AuthorAgeFilesLines
* Look at HAVE_SHAREDBernhard Reutner-Fischer2009-11-191-1/+1
| | | | | | We do not have UCLIBC_STATIC (anymore) but !HAVE_SHARED Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Merged revisions 25669-25670,25673-25674 via svnmerge from Khem Raj2009-03-162-36/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.uclibc.org/svn/trunk/uClibc ........ r25669 | vapier | 2009-03-15 23:14:34 -0700 (Sun, 15 Mar 2009) | 1 line import user.h from the kernel as it is no longer exported by the kernel ........ r25670 | vapier | 2009-03-15 23:16:15 -0700 (Sun, 15 Mar 2009) | 1 line enable mprotect() regardless of MMU as some systems have MPUs which allows memory protection ........ r25673 | carmelo | 2009-03-16 06:33:27 -0700 (Mon, 16 Mar 2009) | 2 lines Added string.h header for strerr prototype. ........ r25674 | carmelo | 2009-03-16 06:36:39 -0700 (Mon, 16 Mar 2009) | 10 lines Fixed makefiles inclusion flow to pass actual configuration variable values. Test build system modified to be similar to uClibc one: * test custom logic moved from Makefile to a new Makefile.in (to be included by Makefile). * Makefile same for all tests and just used for including all other needed makefiles. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> ........
* Remove pointless extern declaration for __pthread_onceCarmelo Amoroso2008-08-201-2/+0
|
* Use pthread_once now __pthread_once is not defined in tests.Khem Raj2008-08-151-1/+1
|
* Fix build failure:Carmelo Amoroso2008-07-291-0/+2
| | | | | | | | | | | | | sh4-linux-uclibc-gcc \ -Wall -Wstrict-prototypes -Os -funit-at-a-time -fno-tree-loop-optimize -fno-tree-dominator-opts -fno-strength-reduce -fstrict-aliasing -mprefergot -Os -D_GNU_SOURCE -I../../test -ml -m4 -nostdinc -I../../install_dir/usr/include -I/opt/STM/STLinux-2.3/devkit/sh4_uclibc/lib/gcc/sh4-linux-uclibc/4.2.1//include-fixed -I/opt/STM/STLinux-2.3/devkit/sh4_uclibc/lib/gcc/sh4-linux-uclibc/4.2.1/include \ -fPIC -shared libtest.c -o libtest.so -Wl,-soname,libtest.so \ -s -B../../lib -Wl,-rpath,../../lib -Wl,-rpath-link,../../lib -Wl,-rpath,./ -Wl,--dynamic-linker,"/lib"/ld-uClibc.so.0 -Wl,--hash-style=gnu libtest.c: In function 'dltest': libtest.c:8: error: '__pthread_once' undeclared (first use in this function) libtest.c:8: error: (Each undeclared identifier is reported only once libtest.c:8: error: for each function it appears in.) Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-121-2/+0
| | | | Add NTPL testing support for ARM.
* uClibc_mutex.h should not include bits/libc-lock.h. Revert libtest.c ↵Carmelo Amoroso2008-07-111-0/+2
| | | | accordingly otherwise it cannot compile
* Avoid conflict with __pthread_once defined into bits/libc-lock.hCarmelo Amoroso2008-07-111-2/+0
|
* Remove Ctrl^MCarmelo Amoroso2008-07-091-25/+25
|
* STEP 12: synch librt directoryCarmelo Amoroso2008-04-2513-48/+187
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Test case to exploit dladdr bugCarmelo Amoroso2008-01-232-1/+27
| | | | Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
* Push back various fixes in testcasesCarmelo Amoroso2007-11-191-0/+5
|
* Merge from trunk."Steven J. Hill"2007-01-201-5/+0
|
* Merge from trunk. Whoa crap."Steven J. Hill"2006-08-223-67/+26
|
* Merge from trunk."Steven J. Hill"2005-07-231-9/+7
|
* no more cvsMike Frysinger2005-02-121-13/+0
|
* Add ldflags where neededEric Andersen2004-01-031-7/+7
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Make it easier to disable lib debugging (mainly for when testingEric Andersen2003-09-021-5/+7
| | | | with glibc).
* Use "__pthread_once", since that is weak and present in bothEric Andersen2003-09-012-7/+3
| | | | glibc and uClibc.
* move the ldso tests to dlopen where they belongEric Andersen2003-09-014-3/+89
|
* ignore unwanted stuffEric Andersen2003-08-191-0/+8
|
* Update the tests a little bitEric Andersen2003-08-194-16/+33
|
* Add a test which shows off the broken spots in our dlopen implementationEric Andersen2003-06-275-0/+197