NetBSD-Bugs archive

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

PR/59296 CVS commit: src/tests/libexec/ld.elf_so



The following reply was made to PR port-mips/59296; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59296 CVS commit: src/tests/libexec/ld.elf_so
Date: Wed, 16 Apr 2025 12:05:52 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Apr 16 12:05:52 UTC 2025
 
 Modified Files:
 	src/tests/libexec/ld.elf_so: t_rtld_r_debug.c
 
 Log Message:
 t_rtld_r_debug: Break once we've found DT_MIPS_RLD_MAP_REL.
 
 No need to keep searching at that point (though maybe it wouldn't
 hurt to verify that if we have both DT_MIPS_RLD_MAP and
 DT_MIPS_RLD_MAP_REL, they agree).
 
 PR port-mips/59296: t_rtld_r_debug test is failing
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.11 -r1.12 src/tests/libexec/ld.elf_so/t_rtld_r_debug.c
 
 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