K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-08-17T20:04:17.748050Z K 7 svn:log V 443 Fix libc_pic.a In order to support coverage binaries and non-coverage binaries with libraries, separate libraries need to be created which don't have coverage symbols (and dependent symbols on libc) in them. libc_pic.a for instance will not link with binaries if it's compiled with --coverage. This allows buildworld to complete, minus rtld-elf -- it's a special snowflake that needs to be resolved with a solution that I don't yet possess. END