OSDN Git Service

psm missed a spot :)
[uclinux-h8/uClibc.git] / ldso / ldso / i386 / elfinterp.c
2005-11-02 Joakim Tjernlundpsm missed a spot :)
2005-11-02 Peter S. Mazingerldso powerpc changes ported to i386
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-06-03 Mike Frysingertweak whitespace to minimize diffs between i386/m68k
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2004-11-10 Joakim TjernlundAdd RTLD_LOCAL support for dlopened libs. Reported by
2004-09-23 Joakim TjernlundWhite space and printouts cleanup. From Peter Kjellerstedt.
2004-09-17 Joakim TjernlundFormatting cleanups from Peter Kellerstedt.
2004-09-17 Joakim TjernlundDon't allow undefined global symbols to pass(all archs...
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-06-27 Eric AndersenJoakim Tjernlund writes:
2004-02-14 Eric AndersenGive gcc branch prediction some hits on obviously unlik...
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-02-07 Eric AndersenSplit off the stuff that cannot use function into its...
2004-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2003-11-06 Eric AndersenRevert change 1.26, which breaks everything. :-(
2003-11-05 Eric Andersentiny cleanup
2003-08-19 Eric AndersenMore routine cleanup
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-06-27 Eric Andersenoops
2003-06-27 Eric Andersenwhitespace and debug updates
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-12 Eric AndersenAdd missing _dl_dprintf arguments, as noticed by Tero...
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-08-08 Eric AndersenMake some strings const
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-03-19 Eric AndersenAdd new debug target (disabled by default) so that...
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-02-17 Eric AndersenFix defines so debugging works as expected
2002-01-23 Eric AndersenFixup build a bit. Be sneaky and include everything...
2002-01-11 Eric AndersenRework naming for shared lib loader to avoid potential
2001-08-11 Eric AndersenBegin removing some unnecessary inlining, and fix naming
2001-07-13 Eric AndersenThis takes about 6k off the size of the x86 shared...
2001-07-03 Eric AndersenScrub a couple of ints
2001-05-10 Eric Andersenminor formatting cleanups
2001-05-08 Eric AndersenSome very minor cleanups
2001-05-01 Eric AndersenAnother cleanup. Never pass addresses as an 'int'
2001-05-01 Eric AndersenYet another major rework. This time around, rework...
2001-04-30 Eric AndersenSanitize the calling of _dl_linux_resolver so it can...
2001-04-23 Eric AndersenRevert my syscall changes. The _syscall# macros are...
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...