Re: [PATCH] gcov: add support for GCC 4.9

2014-05-12 Thread Peter Oberparleiter
On 11.05.2014 06:55, Yuan Pengfei wrote: > From: Yuan Pengfei > > This patch handles the gcov-related changes in GCC 4.9: > A new counter (time profile) is added. It appears that this patch contains two independent sets of changes: 1. Updates to gcov-kernel required to work with GCC 4.9 (#c

[PATCH] gcov: add support for GCC 4.9

2014-05-10 Thread Yuan Pengfei
From: Yuan Pengfei This patch handles the gcov-related changes in GCC 4.9: A new counter (time profile) is added. See http://gcc.gnu.org/gcc-4.9/changes.html Signed-off-by: Yuan Pengfei --- kernel/gcov/base.c| 6 ++ kernel/gcov/gcc_3_4.c | 2 +- kernel/gcov/gcc_4_7.c | 7 ++- 3 fi