CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/08 14:27:29
Modified files:
lib/csu : crt0.c
Log message:
Call _csu_finish() before {pre,}init_array functions so that in static
executables the TIB and __progname are set up before they can be used.
problem noted by ori@
ok millert@ kettenis@
