NetBSD-Bugs archive

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

PR/59360 CVS commit: src/sys/sys



The following reply was made to PR bin/59360; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59360 CVS commit: src/sys/sys
Date: Sun, 27 Apr 2025 00:11:41 +0000

 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