Il 10/06/2012 20:07, Blue Swirl ha scritto: > > > check-unit-y = tests/check-qdict$(EXESUF) > > > +GCOV_FILES = $(SRC_PATH)/qdict.c > > > > Ouch, ugly. Why is it needed? > > Gcov needs to know both the source file and the object. Probably it > can't get this information from the object or .gc{da,no} files.
Yes, I meant why in QEMU. In the new buildsystem all .o files match the original hierarchy in the source tree, so it should be possible to avoid this and get it from substitutions on the names of the .gcda files. Paolo