From: Yuan Pengfei Date: Tue, 10 Jun 2014 22:18:39 +0000 (-0700) Subject: gcov: add support for GCC 4.9 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~62^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a992bf836f9c3039a16f4bd068d161c86c6c3e2c;p=pandora-kernel.git gcov: add support for GCC 4.9 This patch handles the gcov-related changes in GCC 4.9: A new counter (time profile) is added. The total number is 9 now. A new profile merge function __gcov_merge_time_profile is added. See gcc/gcov-io.h and libgcc/libgcov-merge.c For the first change, the layout of struct gcov_info is affected. For the second one, a dummy function is added to kernel/gcov/base.c similarly. Signed-off-by: Yuan Pengfei Acked-by: Peter Oberparleiter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed