From: Peter O. <obe...@us...> - 2012-07-18 12:56:23
|
Update of /cvsroot/ltp/utils/analysis/lcov In directory vz-cvs-4.sog:/tmp/cvs-serv16102 Modified Files: lcovrc Log Message: lcovrc: add description for geninfo_compat setting Index: lcovrc =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/lcovrc,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** lcovrc 31 Aug 2010 08:17:23 -0000 1.16 --- lcovrc 18 Jul 2012 12:56:21 -0000 1.17 *************** *** 112,115 **** --- 112,118 ---- #geninfo_gcov_all_blocks = 1 + # Specify compatiblity modes (same as --compat option of geninfo). + #geninfo_compat = libtool=on, hammer=auto, split_crc=auto + # Directory containing gcov kernel files # lcov_gcov_dir = /proc/gcov |