NetBSD-Bugs archive

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

PR/57241 CVS commit: src/tests



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57241 CVS commit: src/tests
Date: Wed, 17 Dec 2025 23:43:52 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Dec 17 23:43:52 UTC 2025
 
 Modified Files:
 	src/tests/lib/csu: Makefile
 	src/tests/libexec/ld.elf_so: Makefile
 
 Log Message:
 tests/lib/csu, tests/libexec/ld.elf_so: Apply CTFMERGE=: workaround.
 
 The workaround for
 
 PR toolchain/59364: ctf tools needs update
 
 required an update after fixing
 
 PR toolchain/57241: mips64el--netbsd-install core dumps randomly
 
 by splitting the recipes for ${PROG} and ${PROG}.debug into an
 intermediate ${PROG}.link to avoid overwriting ${PROG} inside the
 recipe for ${PROG}.debug.
 
 This is kludgey (writing the `.link' suffix into a Makefile isn't
 great) but I see only two cases of it so this'll do for now.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.13 -r1.14 src/tests/lib/csu/Makefile
 cvs rdiff -u -r1.32 -r1.33 src/tests/libexec/ld.elf_so/Makefile
 
 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