Source-Changes archive

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

CVS commit: src/sys/sys



Module Name:    src
Committed By:   riastradh
Date:           Sun Apr 27 00:11:40 UTC 2025

Modified Files:
        src/sys/sys: exec_elf.h

Log Message:
sys/exec_elf.h: Add some missing numbers from the ELF gABI.

Fix the meta-number DT_ENCODING while here: it is defined to be 32,
not 31; it is a name for the smallest DT_* tag that follows the rule
of only even-numbered tags using d_ptr, and odd-numbered tags using
either nothing or d_val.  Nothing uses DT_ENCODING directly, though,
so this shouldn't affect anything.

https://www.sco.com/developers/gabi/latest/ch5.dynamic.html

Preparation for:

PR bin/59360: ld.elf_so(8): missing RELR support


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/sys/exec_elf.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