summaryrefslogtreecommitdiff
path: root/ldso/ldso/Makefile
AgeCommit message (Expand)Author
2004-10-06Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__Joakim Tjernlund
2004-10-03This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen
2004-08-27#include "dl-startup.c into ldso.c, making ldso one compilation unit.Joakim Tjernlund
2004-08-26Fixes from gentoo.Manuel Novoa III
2004-08-10Mike Frysinger writes:Joakim Tjernlund
2004-07-30Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen
2004-02-14No point in including debug info for ldso. It isn't helpful to do soEric Andersen
2004-02-14Fix this as should have been done a long time ago...Manuel Novoa III
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-02-07Split off the stuff that cannot use function into its own file,Eric Andersen
2004-02-07Step one, begin shuffling things around a bitEric Andersen
2004-01-16Make sure we remove -fomit-frame-pointer from the ldso build. It'sDavid McCullough
2003-11-22Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGINGEric Andersen
2003-11-22Oops. Only enable debug when debugging...Eric Andersen
2003-11-11It seems that the powerpc ldso doesn't like -O0Eric Andersen
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-14Enable full debug support for ld-uClibc and libdlEric Andersen
2003-08-27Removed CRIS specific code.Tobias Anderberg
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