OSDN Git Service

Revert to scope as used by original code for now, just in case.
[uclinux-h8/uClibc.git] / ldso / ldso / powerpc / elfinterp.c
2004-01-31 Eric AndersenRevert to scope as used by original code for now, just...
2004-01-30 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2004-01-29 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenFixup silly typo
2004-01-24 Eric AndersenJoakim Tjernlund writes:
2004-01-20 Eric AndersenJoakim Tjernlund writes:
2003-12-03 Eric AndersenJoakim Tjernlund writes:
2003-11-13 Eric AndersenJoakim Tjernlund writes:
2003-11-11 Eric AndersenJoakim Tjernlund writes:
2003-11-11 Eric AndersenAnother cleanup patch from Joakim Tjernlund:
2003-11-08 Eric AndersenJoakim Tjernlund writes:
2003-11-06 Eric AndersenA few debugging cleanups
2003-11-05 Eric AndersenFix a misnamed array
2003-11-05 Eric AndersenRework the powerpc lib loader to better match the other...
2003-02-16 Eric AndersenFixup powerpc syscalls to eliminate warnings with gcc...
2002-11-12 Eric AndersenA powerpc patch from Ronald Wahl:
2002-11-06 Eric AndersenFix up a compile error
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-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-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-11-26 David SchleefFix buggy R_PPC_RELATIVE relocation. Symptom was that...
2001-11-26 David SchleefFix calculation of PLT entry index. Caused segfaults...
2001-11-12 David Schleefpowerpc/elfinterp.c: Powerpc works now. Major rework...
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-12 David SchleefAdded #ifdef DEBUG where appropriate.
2001-07-12 David SchleefFirst cut of PowerPC port. It works for hello world...