OSDN Git Service

Fix cris shared lib loader so it compiles...
[uclinux-h8/uClibc.git] / ldso / ldso /
2003-09-09 Eric AndersenFix cris shared lib loader so it compiles...
2003-09-09 Eric AndersenArm needs this to compile with gcc 2.95
2003-09-02 Eric Andersencleanup/simplify duplicate handling.
2003-09-02 Eric Andersendelete some garbage, cleanup duplicate handling
2003-08-31 Eric AndersenWeed out duplicates before trying to load libraries...
2003-08-27 Tobias AnderbergRemoved CRIS specific code.
2003-08-27 Tobias AnderbergCosmetic changes.
2003-08-22 Eric AndersenMake the mips ld.so debug noise somewhat useful, and...
2003-08-22 Eric AndersenRemove some mips specific hacks that are no longer...
2003-08-21 Eric AndersenBe sure to remove the old ldso.h, since it will screw...
2003-08-19 Eric AndersenMore routine cleanup
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...
2003-06-27 Eric Andersenoops
2003-06-27 Eric Andersenwhitespace and debug updates
2003-06-18 Eric AndersenBe extra careful to memset the correct size, not the...
2003-06-15 Eric AndersenImplement syscall() for powerpc. Fixup syscall code so
2003-06-12 Eric AndersenFix mips so it compiles with gcc 3.3
2003-03-04 Eric AndersenTeach ldd to be a bit more helpful by telling you speci...
2003-03-01 Eric AndersenTeach ldd to act just the glibc provided one (relying...
2003-03-01 Eric Andersendoh. I forgot mips can't talk to globals that early...
2003-03-01 Eric AndersenFix the shared library loader so we can properly debug...
2003-02-26 Eric AndersenFixup a really stupid and terribly obvious bug that...
2003-02-26 Eric AndersenAdd a bunch of additional early debugg messages into...
2003-02-16 Eric AndersenFixup powerpc syscalls to eliminate warnings with gcc...
2003-02-04 Eric AndersenPatch from Stefan Allius to fix a compiler warning
2003-01-30 Eric AndersenThe original glibc sysdeps/mips/dl-machine.h source...
2003-01-24 Eric AndersenSupport having libs in /usr/X11R6/lib by default as...
2003-01-24 Eric AndersenOk, people are probably going to hate me for this....
2002-12-12 Eric AndersenRework things such that staticly linked applications...
2002-12-04 Eric AndersenLooks like this is in fact needed to properly debug...
2002-11-28 Eric AndersenKill a bit of unused cruft
2002-11-20 Eric AndersenKill SVR4_BUGCOMPAT
2002-11-20 Eric AndersenPatch from Stefan Allius:
2002-11-19 Eric AndersenPer suggestion from Stefan Allius, change DO_MPROTECT_H...
2002-11-19 Eric AndersenStefan Allius writes:
2002-11-14 Eric AndersenAdd missing quotes
2002-11-12 Eric AndersenA powerpc patch from Ronald Wahl:
2002-11-08 Eric AndersenPatch from Stefan Allius for libgcc multilib support
2002-11-08 Eric AndersenFix a silly compile bug
2002-11-08 Eric AndersenAnother SuperH patch from Stefan Allius. This make...
2002-11-06 Eric AndersenFix up a compile error
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-03 Eric AndersenSeveral SH lib loader patches by Stefan Allius <allius...
2002-11-03 Eric AndersenPatch from M. R. Brown <mrbrown@0xd6.org> to get rid of
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-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-23 Tobias AnderbergRemoved redundant code. Same thing exist in sys/syscall...
2002-09-19 Tobias Anderberg* Changed paramater names to match their register,...
2002-09-16 Tobias AnderbergUpdated for the CRIS port.
2002-09-16 Tobias AnderbergInitial version of the dynamic linker code for the...
2002-09-12 Tobias AnderbergSupport LD_DEBUG=all
2002-09-12 Eric AndersenAdd missing _dl_dprintf arguments, as noticed by Tero...
2002-09-09 Eric AndersenFixup multi-line string
2002-09-05 Tobias AnderbergFixed another address alignment where a pagesize of...
2002-08-24 Eric AndersenUse bits/kernel_stat.h, not asm/stat.h
2002-08-19 Eric Andersensome updates from Stefan Allius to make up the SuperH...
2002-08-12 Eric AndersenFix alignment, minor cosmetic changes
2002-08-09 Eric AndersenOk, bad idea. didn't work.
2002-08-09 Eric AndersenLink ldso vs libgcc.a and eliminate baggage caused by
2002-08-09 Eric AndersenPatch from Stefan Allius, avoid compiler warnings ...
2002-08-09 Eric AndersenDisable this code for mips, which does things quite...
2002-08-09 Eric AndersenFix a stupid typo messing up powerpc support
2002-08-08 Eric AndersenMake powerpc compile once again
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-08-08 Eric AndersenMake some strings const
2002-07-25 "Steven J. Hill"ldso specific syscalls and userspace syscalls all in...
2002-07-25 Eric AndersenTake advantage of the new syscall stuff on x86 and...
2002-07-02 Eric AndersenFixup where locals shadowed globals
2002-06-21 Eric AndersenFix support for 2.0.x linux kernels. Oops.
2002-06-05 "Steven J. Hill"Fix up of '_dlopen' call and removal of unneeded argume...
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-05-28 Eric AndersenPatch from Tobias Anderberg <tobias.anderberg@axis...
2002-05-20 "Steven J. Hill"Added more debug code.
2002-05-20 "Steven J. Hill"Fixed MIPS dynamic linker by removing link order depend...
2002-05-09 Eric AndersenAnother mips patch from Steven J. Hill:
2002-05-09 Eric AndersenFix funky use of brackets
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-04-10 Eric AndersenSEND_NUMBER_STDERR is supposed to be calling _dl_simple...
2002-04-10 Eric AndersenTeach powerpc to whine loudly about using -fPIC when...
2002-04-09 David SchleefRemoved handling for R_PPC_REL24, since it is deceptive...
2002-04-03 Eric AndersenRemove unused variable
2002-04-03 Eric AndersenSteven's patch contained a spare SEND_NUMBER_STDERR...
2002-04-02 Eric AndersenSteven J. Hill's latest mips dynamic loader updates
2002-04-02 Eric AndersenDoh! This is _still_ wrong. Fix potential buffer...
2002-03-29 Eric AndersenMore mips support from sjhill
2002-03-20 Eric AndersenAttempt to follow symlinks if possible, and use that...
2002-03-19 Eric AndersenPrevent uninitialized use
2002-03-19 Eric AndersenInitial mips ldso porting effort from Steven J. Hill...
2002-03-19 Eric AndersenAdd new debug target (disabled by default) so that...
2002-03-19 Eric AndersenRevert my symlink detecting change for now, since it...
2002-03-19 Eric AndersenResolve symlinks when determining the real ld.so path...
2002-03-19 Eric AndersenCleanup header files a bit.
2002-03-18 Eric AndersenLet older arm cross compilers work
2002-03-17 Eric AndersenEnable trace support by default, since it only costs...
2002-03-14 Eric AndersenRemove an unused variable
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
next