NetBSD-Bugs archive

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

PR/59296 CVS commit: src



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
Date: Wed, 16 Apr 2025 02:16:54 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Apr 16 02:16:54 UTC 2025
 
 Modified Files:
 	src/distrib/sets/lists/debug: mi
 	src/distrib/sets/lists/tests: mi
 	src/tests/libexec/ld.elf_so: Makefile
 
 Log Message:
 t_rtld_r_debug: Test this as a non-PIE executable too.
 
 On MIPS, non-PIEs can use DT_MIPS_RLD_MAP or DT_MIPS_RLD_MAP_REL,
 while PIEs can't use DT_MIPS_RLD_MAP because it relies on an absolute
 virtual address baked into the file.  So it's important to test both.
 
 PR port-mips/59296: t_rtld_r_debug test is failing
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.475 -r1.476 src/distrib/sets/lists/debug/mi
 cvs rdiff -u -r1.1368 -r1.1369 src/distrib/sets/lists/tests/mi
 cvs rdiff -u -r1.24 -r1.25 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