]> git.ipfire.org Git - thirdparty/kernel/stable.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)
commitb752bb405a13f11b2db0a24d52da85cf7f8c0fea
tree72202fe3d35efe7faaca7aa2b16f61ddac0885f7
parentfe00e50b2db8c60e4ec90befad1f5bab8ca2c800
Revert "ARM: 8846/1: warn if divided syntax assembler is used"

This reverts commit e8c24bbda7d5eba6df5ca45e5462fd3f96b8f217.

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