CVS commit: src/libexec/ld.elf_so

"Taylor R Campbell" <[email protected]> Mon, 20 Jul 2026 22:42:01 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	src
Committed By:	riastradh
Date:		Mon Jul 20 22:42:01 UTC 2026

Modified Files:
	src/libexec/ld.elf_so: tls.c

Log Message:
ld.elf_so: Mark new variables __debugused, not __diagused.

They are used in ld.elf_so builds with DEBUG, not with DIAGNOSTIC!

PR bin/60469: bin/60469: assertion "ALIGNED_P(q, obj->tlsalign)"
failed: file "/usr/src/libexec/ld.elf_so/tls.c", line 333


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/libexec/ld.elf_so/tls.c

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