]> 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)
commite6c740c2e43845adaa29caee7f1b44d3d4da0e0e
tree72202fe3d35efe7faaca7aa2b16f61ddac0885f7
parent1ceafb8c256b3ca48c2f9f51cac39b45ca9dc6ff
Revert "ARM: 8846/1: warn if divided syntax assembler is used"

This reverts commit ddb9b5f020cc832baf60d6d0a9c01222f34d5ae7.

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