CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2025/05/24 00:32:12
Modified files: lib/csu : crt0.c Log message: As a first step in making the gprof profiling subsystem compatible with all of our privsep work, add an ELF note to gcrt0, this means we know which binaries have been compiled with -pg. ok kettenis