]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "ARM: 8846/1: warn if divided syntax assembler is used"
authorRussell King <rmk+kernel@armlinux.org.uk>
Wed, 15 May 2019 22:17:17 +0000 (23:17 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Wed, 15 May 2019 22:17:17 +0000 (23:17 +0100)
commit781db1997374a4d0d007e209c565e2c781b0e9ad
tree72202fe3d35efe7faaca7aa2b16f61ddac0885f7
parent30d27ffb6e0b8e084e7fbc2980100a1f0c044d18
Revert "ARM: 8846/1: warn if divided syntax assembler is used"

This reverts commit c59740c48581a774a683a718b7a25bea4aa5e59f.

GCC 4.7, which is still permitted, emits code using the original
syntax.  This means we end up with lots of assembler warnings when
building with a currently-supported version of gcc.

Revert the commit (with fixups to keep the follow-on -mauto-it
change) to avoid these warnings.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/Makefile