index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldso
/
ldso
/
readelflib1.c
Age
Commit message (
Expand
)
Author
2002-08-19
some updates from Stefan Allius to make up the SuperH shared lib
Eric Andersen
2002-08-08
Patch from Stefan Allius and Edie C. Dost to add SuperH
Eric Andersen
2002-06-05
Fix up of '_dlopen' call and removal of unneeded argument in call '_dl_load_e...
"Steven J. Hill"
2002-05-28
Patch from Tobias Anderberg <tobias.anderberg@axis.com> to abstract
Eric Andersen
2002-05-20
Fixed MIPS dynamic linker by removing link order dependency bug.
"Steven J. Hill"
2002-05-09
Another mips patch from Steven J. Hill:
Eric Andersen
2002-05-09
Fix funky use of brackets
Eric Andersen
2002-05-02
Patch from Steven J. Hill <sjhill@realitydiluted.com>:
Eric Andersen
2002-04-02
Steven J. Hill's latest mips dynamic loader updates
Eric Andersen
2002-03-19
Prevent uninitialized use
Eric Andersen
2002-03-14
Remove an unused variable
Eric Andersen
2002-03-08
Seperate out the symbol resolution debugging, so it doesn't clutter
Eric Andersen
2002-02-17
A ton of cleanups. Eliminate some useless code. Much better
Eric Andersen
2002-01-23
Fixup build a bit. Be sneaky and include everything into
Eric Andersen
2002-01-11
Rework naming for shared lib loader to avoid potential
Eric Andersen
2001-08-11
Fix the library searching routine so it is way simpler, and so
Eric Andersen
2001-08-11
Begin removing some unnecessary inlining, and fix naming
Eric Andersen
2001-08-08
This syncs things up with my local tree. Mainly changes installer
Eric Andersen
2001-07-17
Oops. USE_CACHE was disabled and didn't compile when enabled
Eric Andersen
2001-07-17
Some cleanups needed for things to compile and work as expected
Eric Andersen
2001-07-13
This takes about 6k off the size of the x86 shared lib loader...
Eric Andersen
2001-07-03
Allow the shared lib loader to fallback on the builddir if everything
Eric Andersen
2001-06-27
Cleanup to not use kernel headers at all.
Eric Andersen
2001-06-13
Use sys/mman.h not asm/mman.h -- we don't want kernel headers...
Eric Andersen
2001-06-04
Teach the ldso stuff to use the proper elf.h header file, not a local copy.
Eric Andersen
2001-05-31
Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and
Manuel Novoa III
2001-05-25
One last structural change. Install header files to INSTALLDIR/usr/include
Eric Andersen
2001-05-01
Another cleanup. Never pass addresses as an 'int'
Eric Andersen
2001-05-01
Yet another major rework. This time around, rework it to no longer
Eric Andersen
2001-04-23
Initial checkin for ld.so. This is a combination of effort from Manuel Novoa
Eric Andersen