summaryrefslogtreecommitdiff
path: root/ldso/ldso/Makefile
AgeCommit message (Expand)Author
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-11Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, d...Peter S. Mazinger
2005-10-01Clean up debugging levels for MIPS. This should make things consistent now."Steven J. Hill"
2005-09-28Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger
2005-09-27Remove created objects independently of TARGET_ARCH and kill 3 warningsPeter S. Mazinger
2005-09-08punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been releasedMike Frysinger
2005-08-12Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund
2005-07-29Remove unused include directory."Steven J. Hill"
2005-07-28just use -g as -g3 is overkill (and sometimes unstable)Mike Frysinger
2005-07-07rip out all the duplicated debug code and move into a shared fileMike Frysinger
2005-07-06make sure ldso.o depends on more files in subdirsMike Frysinger
2005-06-30if the include files get updated we want to rebuildMike Frysinger
2005-05-28Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund
2005-05-28Add patch at bugs 274. From Peter Manzinger.Joakim Tjernlund
2005-03-18have ldso.c depend on dl-startup.h tooMike Frysinger
2005-03-17Fix ldso for MIPS.Joakim Tjernlund
2005-03-17General arch cleanup and prepare support for standaloneJoakim Tjernlund
2005-03-16make sure we rebuild ldso.o when the dl-*.c files have been updatedMike Frysinger
2005-01-18rework dependencies so the archive is re-created only when the object files h...Mike Frysinger
2004-12-22Patch from Peter S. Mazinger:Eric Andersen
2004-12-22Patch from Peter S. Mazinger:Eric Andersen
2004-12-22Cleaned up patch from Peter S. Mazinger adding support forEric Andersen
2004-12-22Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen
2004-12-11That last patch had some garbage in it... PIC != PIEEric Andersen
2004-12-11Partial commit of a patch from Alexandre Oliva:Eric Andersen
2004-11-02- Remove dynamic_size from struct elf_resolve.Joakim Tjernlund
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