OSDN Git Service

Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at...
[uclinux-h8/uClibc.git] / ldso / libdl / Makefile
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-10-04 Peter S. MazingerDo not recurse into ldso/libc/libpthread on clean
2005-10-01 "Steven J. Hill"Clean up debugging levels for MIPS. This should make...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-08-12 Joakim TjernlundRemoved hardcoded ld-uClibc.so.0 in uClibc. From Peter...
2005-08-01 Joakim TjernlundAdd dependency on ld-uClibc.so.0 for libdl.so.
2005-06-30 Mike Frysingeroops, we dont want to use relative paths for the header...
2005-06-30 Mike Frysingerif the include files get updated we want to rebuild
2005-01-19 Mike Frysingerclean up dependencies so libraries are only rebuilt...
2004-12-22 Eric AndersenCleaned up patch from Peter S. Mazinger adding support for
2004-12-11 Eric AndersenPartial commit of a patch from Alexandre Oliva:
2004-10-03 Eric AndersenThis patch from Mike Frysinger, extended from an earlie...
2004-08-19 Manuel Novoa III Fix dependencies.
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-08-13 Joakim TjernlundFix usage_count in ldso/libdl.
2004-08-10 Joakim TjernlundMike Frysinger writes:
2004-07-30 Eric AndersenTeach libdl to use normal libc symbols whenever possibl...
2004-02-12 Eric AndersenBased on a problem report and patch from Florian Schirm...
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-01-16 Manuel Novoa III We need to link with libgcc.a when creating shared...
2003-11-04 Eric AndersenRework the config system. Better utilize the Kconfig...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-14 Eric AndersenEnable full debug support for ld-uClibc and libdl
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...
2003-01-28 Eric AndersenStefan Allius noticed dlib_pic.o was not using XXFLAGS...
2002-12-12 Eric AndersenRework things such that staticly linked applications...
2002-10-25 Eric AndersenActually install libdl.a
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
2002-02-17 Eric AndersenEliminate circular dependancy
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-16 Eric AndersenOops. I forgot to add -Bdynamic to this one.
2002-01-12 Eric AndersenDepend upon libc
2002-01-11 Eric AndersenRemove the now obsolete d-link tree. Update things...
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-26 David SchleefRemoved TARGET_CFLAGS definition, since it was moved...
2001-07-17 Eric AndersenTurn off USE_CACHE by default (so ldconfig, by default...
2001-07-13 Eric AndersenScrub up a few things I forgot. Add a few more cleanups.
2001-07-03 Eric AndersenForce our child libs to link vs libc
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-06-14 Eric AndersenYet more ldso cleanups. Be more discriminating about...
2001-05-18 Eric AndersenI wasn't building the libdl shared lib anymore. Make...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-10 Eric AndersenFix up naming of ld.so so every uses the same define...
2001-04-27 Eric AndersenYet another large update to ld.so. In this iteration...
2001-04-26 Eric AndersenBe more careful about not hard coding names.
2001-04-25 Eric AndersenMove libdl and udate build method a bit
2001-04-24 Eric AndersenAvoid a chicken-and-the-egg problem. Use $(LD) to...
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...