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
Age
Commit message (
Expand
)
Author
2005-07-07
remove broken asm code in elf_machine_dynamic() and just do it the glibc way ...
Mike Frysinger
2005-07-07
make RUNPATH/RPATH support configurable
Mike Frysinger
2005-07-07
rip out all the duplicated debug code and move into a shared file
Mike Frysinger
2005-07-06
need features.h for the misc attribute defines and uclibc features
Mike Frysinger
2005-07-06
setup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()
Mike Frysinger
2005-07-06
import start of ldso based on glibc
Mike Frysinger
2005-07-06
make sure ldso.o depends on more files in subdirs
Mike Frysinger
2005-07-04
use the a_val member instead of a_ptr/a_fcn since newer elf defines dropped t...
Mike Frysinger
2005-07-02
use new __always_inline define
Mike Frysinger
2005-07-02
use new __always_inline define
Mike Frysinger
2005-06-30
oops, we dont want to use relative paths for the header files
Mike Frysinger
2005-06-30
if the include files get updated we want to rebuild
Mike Frysinger
2005-06-30
create generic ELF_* macros to hide 32/64 bit differences
Mike Frysinger
2005-06-30
whitespace tweaks
Mike Frysinger
2005-06-30
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...
Mike Frysinger
2005-06-30
Quick and dirty hack to prevent ld.so from beeing loaded twice.
Joakim Tjernlund
2005-06-30
typecast to long instead of int so pointers on 64bit arches can be typecast s...
Mike Frysinger
2005-06-30
small whitespace fix
Mike Frysinger
2005-06-30
err revert %p->%x change since _dl_printf() is not fprintf()
Mike Frysinger
2005-06-30
use %p instead of %x to show addresses so we dont have to worry about the siz...
Mike Frysinger
2005-06-30
use %p instead of %x to show addresses so we dont have to worry about the siz...
Mike Frysinger
2005-06-30
The function '_dl_memset' should always be inlined regardless of the
"Steven J. Hill"
2005-06-27
Add __libc_stack_end to ld.so. The libc.a version remains to do.
Joakim Tjernlund
2005-06-25
use _dl_debug_file instead of hardcode 2
Mike Frysinger
2005-06-25
move _dl_if_debug_dprint() to shared ldso header
Mike Frysinger
2005-06-25
create some DEBUG macros for the ld debug early
Mike Frysinger
2005-06-25
whitespace/syntax cleanups
Mike Frysinger
2005-06-25
rework the debug _dl_dprintf usage to avoid #ifdef macros and make more readable
Mike Frysinger
2005-06-25
would help if it actually compiled :/
Mike Frysinger
2005-06-25
hide the #ifdef debug macros/printfs behind one function to make the code mor...
Mike Frysinger
2005-06-10
Based in part on related code in glibc, this might even be correct.
Eric Andersen
2005-06-10
Finish updating mips for the new ABI
Eric Andersen
2005-06-03
clean up syntax/whitespace and a few variables to minimize diffs between i386...
Mike Frysinger
2005-06-03
tweak whitespace to minimize diffs between i386/m68k
Mike Frysinger
2005-06-01
Add debug printout of RTLD_GLOBAL and RTLD_NOW flag.
Joakim Tjernlund
2005-06-01
Initial support for both RUNPATH support.
Joakim Tjernlund
2005-05-31
Fix bug 60
Joakim Tjernlund
2005-05-28
Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to
Joakim Tjernlund
2005-05-28
Add patch at bugs 274. From Peter Manzinger.
Joakim Tjernlund
2005-05-25
Prepare for standalone execution of ldso.
Joakim Tjernlund
2005-05-21
Enable new FINI processing. ldso now passes a FINI function
Joakim Tjernlund
2005-05-20
Fix debug macros.
Joakim Tjernlund
2005-05-01
On mips, gdb explicitly looks for the symbol "__dl_runtime_resolve" so change
Eric Andersen
2005-04-27
Get rid of extern references to ldso variables.
"Steven J. Hill"
2005-04-27
Simplify PERFORM_BOOTSTRAP_RELOC() default path.
Paul Mundt
2005-04-27
GCC-4.1.0 doesn't like it when you reference 'extern' one place and then try
"Steven J. Hill"
2005-04-23
Fix dlopen to handle circular dependency libs. Wouldn't surprise me if someth...
Joakim Tjernlund
2005-04-23
Cleanup library loading.
Joakim Tjernlund
2005-04-13
Add missing definition for DL_OPENED
Eric Andersen
2005-04-13
Adjust indentation
Eric Andersen
[prev]
[next]