summaryrefslogtreecommitdiff
path: root/ldso/ldso/Makefile
AgeCommit message (Expand)Author
2003-08-21Be sure to remove the old ldso.h, since it will screw thingsEric Andersen
2003-08-19Phase one of my evil plan to clean up ld.so...Eric Andersen
2002-11-20Patch from Stefan Allius:Eric Andersen
2002-11-08Patch from Stefan Allius for libgcc multilib supportEric Andersen
2002-11-06Cleanup patch from Simon RoweEric Andersen
2002-11-05Massive scrubbing of the shared lib loader error handling.Eric Andersen
2002-11-05Kill legacy DOPIC=true assignmentEric Andersen
2002-11-02Fix PIC configuration, so shared libraries once again workEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-09-16Updated for the CRIS port.Tobias Anderberg
2002-08-09Link ldso vs libgcc.a and eliminate baggage caused byEric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen
2002-05-28Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen
2002-03-19Add new debug target (disabled by default) so that when debugEric Andersen
2002-03-17Enable trace support by default, since it only costs 300 bytesEric Andersen
2002-03-08Seperate out the symbol resolution debugging, so it doesn't clutterEric Andersen
2002-02-17A ton of cleanups. Eliminate some useless code. Much betterEric Andersen
2002-01-29Go back to using ld, now that I've found the real problem...Eric Andersen
2002-01-23Fixup build a bit. Be sneaky and include everything intoEric Andersen
2002-01-16Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen
2002-01-11Oops. We lost -FPIC in the shuffle...Eric Andersen
2002-01-11Rework naming for shared lib loader to avoid potentialEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-07-17Turn off USE_CACHE by default (so ldconfig, by default, isn'tEric Andersen
2001-07-17Oops. USE_CACHE was disabled and didn't compile when enabledEric Andersen
2001-07-17Forgot this...Eric Andersen
2001-07-13This takes about 6k off the size of the x86 shared lib loader...Eric Andersen
2001-07-12This commit merges David Schleef's updates to the build system, which aEric Andersen
2001-07-03Allow the shared lib loader to fallback on the builddir if everythingEric Andersen
2001-06-15Now that our compiler wrapper is up to it, we can now use TARGET_CCEric Andersen
2001-06-14Yet more ldso cleanups. Be more discriminating about when using inlinesEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-10Fix up naming of ld.so so every uses the same define. The top levelEric Andersen
2001-05-07Put in but leave commented the DL_DEBUG defineEric Andersen
2001-04-27Yet another large update to ld.so. In this iteration I finally gotEric Andersen
2001-04-26oops again! I forgot to pull in the arch specific stuff, and forgotEric Andersen
2001-04-26Be more careful about not hard coding names.Eric Andersen
2001-04-25Move libdl and udate build method a bitEric Andersen
2001-04-23Ok, seems this _must_ be compiled as PIC code.Eric Andersen
2001-04-23Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen