summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-03Prepare PowerPC some more for standalone exection of ldso.Joakim Tjernlund
2005-04-01minor cosmetic cleanupEric Andersen
2005-04-01Cleanup the mips syscalls a bit more, and fix a fewEric Andersen
2005-04-01Optimize _dl_elf_hash(), both smaller and faster. MostlyJoakim Tjernlund
2005-03-31sh64 ldso updates and fixes.Paul Mundt
2005-03-31Add some more SH relocation types.Paul Mundt
2005-03-31point to osuoslEric Andersen
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-03-21Let mconfig support options specified using the menuconfig directivePeter Kjellerstedt
2005-03-21Forgot to change name of builtin buffer during last rewrite.Manuel Novoa III
2005-03-21Pass _dl_fini function ptr to __uClibc_start_main().Joakim Tjernlund
2005-03-21Prepare for moving ldso FINI handling to libc by passing _dl_fini. This shoul...Joakim Tjernlund
2005-03-20Pass _dl_fini function ptr to __uClibc_start_main().Joakim Tjernlund
2005-03-20Prepare for moving ldso FINI handling to libc by passing _dl_fini. This shoul...Joakim Tjernlund
2005-03-20Prepare for moving ldso FINI handling into libc.Joakim Tjernlund
2005-03-20Move ldso FINI handling into _dl_fini(). Add #ifndef _DL_DO_FINI_IN_LIBC aroundJoakim Tjernlund
2005-03-18Remove dead code.Joakim Tjernlund
2005-03-18Forgot to commit the arch cleanup changes to m68kJoakim Tjernlund
2005-03-18have ldso.c depend on dl-startup.h tooMike Frysinger
2005-03-17Fix ldso for MIPS.Joakim Tjernlund
2005-03-17Corrected a typo (exection -> execution).Peter Kjellerstedt
2005-03-17General arch cleanup and prepare support for standaloneJoakim Tjernlund
2005-03-17Revert last commit. If I had wanted to include that patch, I would have doneManuel Novoa III
2005-03-16allow shared code since it builds againMike Frysinger
2005-03-16cleanup & standardizeMike Frysinger
2005-03-16add hack like m68k so it *builds* again ... probably needs to be cleaned up l...Mike Frysinger
2005-03-16make it compile againMike Frysinger
2005-03-16make sure we rebuild ldso.o when the dl-*.c files have been updatedMike Frysinger
2005-03-16http://bugs.uclibc.org/view.php?id=165Mike Frysinger
2005-03-16import updates from glibcMike Frysinger
2005-03-16move the compiler flags WARNINGS optionMike Frysinger
2005-03-16allow users to select MMU againMike Frysinger
2005-03-16change the reg class so it actually compilesMike Frysinger
2005-03-16well shared compiles again, so might as well remove the perm disableMike Frysinger
2005-03-16merge the syscalls and punt the glibc import in the process (blah, what a was...Mike Frysinger
2005-03-16updates to match i386Mike Frysinger
2005-03-16clean up whitespace style and hack around a build failure or twoMike Frysinger
2005-03-16fix 13mo+ old typoMike Frysinger
2005-03-16whitespace trimMike Frysinger
2005-03-16clean up style to be match i386Mike Frysinger
2005-03-16get rid of linux-headers hack ... rip code from glibcMike Frysinger
2005-03-16erm, that #" broke stuffMike Frysinger
2005-03-16CROSS_COMPILE -> CROSS_COMPILER_PREFIX like busyboxMike Frysinger
2005-03-15rename the Status categories to things actually used and sneak more whitespac...Mike Frysinger
2005-03-15add a Kconfig option for setting the $(CROSS) build variableMike Frysinger
2005-03-15Fix wierd mix of tabs and spacesEric Andersen
2005-03-15Add an initial pass at a maintainers listEric Andersen
2005-03-15Add _dl_boot() prototype.Joakim Tjernlund
2005-03-15A little whitespace clean up.Peter Kjellerstedt
2005-03-15Made it compile again (and it even seems to work).Peter Kjellerstedt