]> git.baikalelectronics.ru Git - kernel.git/commit
gcov: remove support for GCC < 4.9
authorNick Desaulniers <ndesaulniers@google.com>
Wed, 16 Dec 2020 04:45:37 +0000 (20:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2020 06:46:18 +0000 (22:46 -0800)
commit28342860fb711d764b6a085eb5d549c89181b56b
tree88d123f3ff6a1d73c381dabf9127cc49cbc8f59d
parentff6fff6964275300da722a5b1c73bd0458a9b988
gcov: remove support for GCC < 4.9

Since commit 8c771152c103 ("Documentation: update for gcc 4.9
requirement") the minimum supported version of GCC is gcc-4.9.  It's now
safe to remove this code.

Similar to commit b81c9b21fc68 ("gcov: Remove old GCC 3.4 support") but
that was for GCC 4.8 and this is for GCC 4.9.

Link: https://github.com/ClangBuiltLinux/linux/issues/427
Link: https://lkml.kernel.org/r/20201111030557.2015680-1-ndesaulniers@google.com
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/gcov/gcc_4_7.c