Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dladdr



>Module Name:   basesrc
>Committed By:  scottb
>Date:          Mon Feb  7 21:40:42 UTC 2000
>
>Modified Files:
>       basesrc/lib/csu/common_elf: common.c common.h
>       basesrc/libexec/ld.elf_so: reloc.c rtld.h
>
>Log Message:
>add hooks to support the dladdr function.

        type mismatch between _rtld_addr and dladdr on line 628 in reloc.c.
        1st arg is typed as "void *" in one and "const void *" in another.
        not sure which one should be corrected.

itojun



Home | Main Index | Thread Index | Old Index