OSDN Git Service

Peter Kjellerstedt writes:
[uclinux-h8/uClibc.git] / ldso / ldso / Makefile
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-14 Eric AndersenEnable full debug support for ld-uClibc and libdl
2003-08-27 Tobias AnderbergRemoved CRIS specific code.
2003-08-21 Eric AndersenBe sure to remove the old ldso.h, since it will screw...
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...
2002-11-20 Eric AndersenPatch from Stefan Allius:
2002-11-08 Eric AndersenPatch from Stefan Allius for libgcc multilib support
2002-11-06 Eric AndersenCleanup patch from Simon Rowe
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-11-05 Eric AndersenKill legacy DOPIC=true assignment
2002-11-02 Eric AndersenFix PIC configuration, so shared libraries once again...
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-09-16 Tobias AnderbergUpdated for the CRIS port.
2002-08-09 Eric AndersenLink ldso vs libgcc.a and eliminate baggage caused by
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-03-19 Eric AndersenAdd new debug target (disabled by default) so that...
2002-03-17 Eric AndersenEnable trace support by default, since it only costs...
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-02-17 Eric AndersenA ton of cleanups. Eliminate some useless code. Much...
2002-01-29 Eric AndersenGo back to using ld, now that I've found the real probl...
2002-01-23 Eric AndersenFixup build a bit. Be sneaky and include everything...
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-11 Eric AndersenOops. We lost -FPIC in the shuffle...
2002-01-11 Eric AndersenRework naming for shared lib loader to avoid potential
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-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-17 Eric AndersenTurn off USE_CACHE by default (so ldconfig, by default...
2001-07-17 Eric AndersenOops. USE_CACHE was disabled and didn't compile when...
2001-07-17 Eric AndersenForgot this...
2001-07-13 Eric AndersenThis takes about 6k off the size of the x86 shared...
2001-07-12 Eric AndersenThis commit merges David Schleef's updates to the build...
2001-07-03 Eric AndersenAllow the shared lib loader to fallback on the builddir...
2001-06-15 Eric AndersenNow that our compiler wrapper is up to it, we can now...
2001-06-14 Eric AndersenYet more ldso cleanups. Be more discriminating about...
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-05-07 Eric AndersenPut in but leave commented the DL_DEBUG define
2001-04-27 Eric AndersenYet another large update to ld.so. In this iteration...
2001-04-26 Eric Andersenoops again! I forgot to pull in the arch specific...
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-23 Eric AndersenOk, seems this _must_ be compiled as PIC code.
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...