NetBSD-Bugs archive

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

PR/59359 CVS commit: src



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59359 CVS commit: src
Date: Sun, 27 Apr 2025 04:09:35 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Apr 27 04:09:35 UTC 2025
 
 Modified Files:
 	src/distrib/sets/lists/debug: mi
 	src/distrib/sets/lists/tests: mi
 	src/tests/lib/csu: Makefile
 Added Files:
 	src/tests/lib/csu: h_hello.c t_hello.sh
 
 Log Message:
 lib/csu: Add tests of {static, dynamic} x {pie, non-pie}.
 
 Main goal here is to test static pies, but let's take advantage of
 this to test the same code several ways, since the csu logic has some
 differences for static vs dynamic builds too like the ordering of
 _libc_init calls.
 
 PR lib/59359: static pies are broken
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.478 -r1.479 src/distrib/sets/lists/debug/mi
 cvs rdiff -u -r1.1371 -r1.1372 src/distrib/sets/lists/tests/mi
 cvs rdiff -u -r1.7 -r1.8 src/tests/lib/csu/Makefile
 cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/h_hello.c \
     src/tests/lib/csu/t_hello.sh
 
 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