Source-Changes archive

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

CVS commit: src/libexec/ld.elf_so



Module Name:    src
Committed By:   christos
Date:           Thu Dec  1 14:29:15 UTC 2016

Modified Files:
        src/libexec/ld.elf_so: Makefile rtld.c symbol.c
Added Files:
        src/libexec/ld.elf_so: symbols.map

Log Message:
Instead of using a function to resolve symbols that should be supplied by
the dynamic linker itself, use a version script that exposes them. From joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/libexec/ld.elf_so/Makefile
cvs rdiff -u -r1.180 -r1.181 src/libexec/ld.elf_so/rtld.c
cvs rdiff -u -r1.66 -r1.67 src/libexec/ld.elf_so/symbol.c
cvs rdiff -u -r0 -r1.1 src/libexec/ld.elf_so/symbols.map

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index