]> git.baikalelectronics.ru Git - kernel.git/commit
objtool: Remove workaround for unreachable warnings from old GCC
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 27 Aug 2018 03:39:43 +0000 (12:39 +0900)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 30 Aug 2018 10:56:40 +0000 (12:56 +0200)
commitffd3f6b32c28bccfa733b038718387e900147b29
treefa840ee9871257042fcb6d5c1ebb683585fc6261
parent00212bdb8183a0ee53384d10c91b241be4b09245
objtool: Remove workaround for unreachable warnings from old GCC

Commit 46ed35d9f3fa ("Raise the minimum required gcc version to 4.6")
bumped the minimum GCC version to 4.6 for all architectures.

This effectively reverts commit 2ee428c74ebb ("objtool: Skip unreachable
warnings for GCC 4.4 and older"), which was a workaround for GCC 4.4 or
older.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Michal Marek <michal.lkml@markovi.net>
Cc: linux-kbuild@vger.kernel.org
Link: https://lkml.kernel.org/r/1535341183-19994-1-git-send-email-yamada.masahiro@socionext.com
scripts/Makefile.build