OSDN Git Service

Use __always_inline instead of __inline__
[uclinux-h8/uClibc.git] / ldso / ldso / m68k / elfinterp.c
2009-01-28 Carmelo AmorosoRemove check for the relocation type check in the resolver,
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-06-07 Mike Frysingeruse unsigned long like every other port as pointed...
2006-01-14 Mike Frysingergrab some more fixes from x86_64
2006-01-14 Mike Frysingerm68k ldso works again (well, lazy relocation is broken...
2005-11-21 Peter S. MazingerGuard debug_sym/debug_reloc, make sure elfinterp.c...
2005-07-08 Mike Frysingerhelp if i named the var correctly ...
2005-07-08 Mike Frysingerdl-debug.h for m68k
2005-06-03 Mike Frysingerclean up syntax/whitespace and a few variables to minim...
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-03-16 Mike Frysingerclean up whitespace style and hack around a build failu...
2004-11-10 Joakim TjernlundAdd RTLD_LOCAL support for dlopened libs. Reported by
2004-09-23 Joakim TjernlundDon't allow undefined global symbols to pass.
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-02-14 Eric AndersenGive gcc branch prediction some hits on obviously unlik...
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
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-25 Eric AndersenFix up all non-x86 arches to cope with the latest ldso...
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-06-07 David McCulloughChanges needed to build the ldso dir for m68k. I haven...
2001-05-01 Eric AndersenYet another major rework. This time around, rework...
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...