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: skrll
Date: Tue Feb 10 06:03:30 UTC 2026
Modified Files:
src/libexec/ld.elf_so: headers.c rtld.c rtld.h
Log Message:
Support DT_PREINIT_ARRAY which holds a pointer to an array of pointers
to functions that should be executed before the main program starts.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/libexec/ld.elf_so/headers.c
cvs rdiff -u -r1.222 -r1.223 src/libexec/ld.elf_so/rtld.c
cvs rdiff -u -r1.154 -r1.155 src/libexec/ld.elf_so/rtld.h
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