]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 9026/1: unwind: remove old check for GCC <= 4.2
authorNick Desaulniers <ndesaulniers@google.com>
Mon, 16 Nov 2020 23:49:25 +0000 (00:49 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 8 Dec 2020 10:13:59 +0000 (10:13 +0000)
commitf499e49d7e3fa32086758722b2c862b71a804e6b
tree6a5386c3bb22050220a8fefbdaa7cc882ccc47a0
parentd3096b1b2c9bcbada99d31e512a0007b07df32ad
ARM: 9026/1: unwind: remove old check for GCC <= 4.2

Since
commit 6d0ae9e19d98 ("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.

Link: https://github.com/ClangBuiltLinux/linux/issues/427
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/unwind.c