summaryrefslogtreecommitdiffstats
path: root/test/dlopen/Makefile
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-161-36/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> ........
* STEP 12: synch librt directoryCarmelo Amoroso2008-04-251-9/+17
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Test case to exploit dladdr bugCarmelo Amoroso2008-01-231-1/+2
| | | | Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
* Push back various fixes in testcasesCarmelo Amoroso2007-11-191-0/+5
|
* Merge from trunk. Whoa crap."Steven J. Hill"2006-08-221-67/+24
|
* Merge from trunk."Steven J. Hill"2005-07-231-9/+7
|
* 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).
* move the ldso tests to dlopen where they belongEric Andersen2003-09-011-3/+23
|
* Update the tests a little bitEric Andersen2003-08-191-4/+9
|
* Add a test which shows off the broken spots in our dlopen implementationEric Andersen2003-06-271-0/+49