summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so
AgeCommit message (Expand)Author
2005-09-18move CC_{DIR|OBJDIR} to Makefile.inc in prep for prog4Kurt Miller
2005-09-18remove extra includesKurt Miller
2005-09-18link progs with extra rpath for dlopened libs instead of usingKurt Miller
2005-09-17add regression tests to validate that dlopened objects can pick up theirDale Rahn
2005-09-17more like a real regression test, not just printfs.Dale Rahn
2005-09-17fix test. dlsym(RTLD_DEFAULT,...) should not see symbols in objects openedKurt Miller
2005-09-16return 1 instead of -1 on error. noticed by theo.Kurt Miller
2005-09-15add test2 subdirKurt Miller
2005-09-15add more complex tests for dlsym. some tests may change after moreKurt Miller
2005-09-15add prog2Kurt Miller
2005-09-15regress checking dlsym works as expected when called from the mainKurt Miller
2005-09-15- close dlopen'ed libs for code correctnessKurt Miller
2005-09-14add dlsym subdirKurt Miller
2005-09-14Add a regress test for dlsym special handles. Checks that duplicate symbolsKurt Miller
2005-09-13Compile without warnings on external C linkage.Dale Rahn
2005-09-13dlopen regress tests.Dale Rahn
2004-07-20add commented-out entries for currently disabled regress testsDavid Krause
2004-07-14Back out bogus lib bump in regression tests. Changing the versionMarco S Hyman
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2003-07-01Do not try unversioned lib tests on a.outNiklas Hallqvist
2003-07-01try to vary physical directory layout of the libdir.Niklas Hallqvist
2003-07-01A regression test for checking that dlopen prefers the correct shared libraryNiklas Hallqvist
2003-02-18intial -> initial;Jason McIntyre
2003-02-01Test programs for dependant shared library constructors.Dale Rahn
2002-11-13put common CFLAGS+= in Makefile.incTodd T. Fries
2002-11-13more testing.Federico G. Schwindt
2002-11-13move weak definition to the bottom due to a gas problem on a.out platforms.Federico G. Schwindt
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
2002-02-17No reason to not enable the weak test.Artur Grabowski
2002-02-14add -Wall -Werror. this way, if __weak_alias() is missing it won't goFederico G. Schwindt
2002-02-11remove unneeded header.Federico G. Schwindt
2002-02-11change to errx(3)Federico G. Schwindt
2002-02-10simplify.Federico G. Schwindt
2002-02-10basic weak reference test.Federico G. Schwindt
2002-02-05add a regression for test for "elfbug": the bug in ELF ld.soMatthieu Herrb