]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 5904/1: ARM: Always generate the IT instruction when compiling for Thumb-2
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 26 Jan 2010 18:09:48 +0000 (19:09 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 30 Jan 2010 16:13:23 +0000 (16:13 +0000)
commitb87aec0f2cb4aab661bf7a7a6b8832a5d7f3aac5
tree74c17fd0a1927faaf4557472abe6ee73987ea71a
parent5234c0d73a23edad06617d465275b7f342870e68
ARM: 5904/1: ARM: Always generate the IT instruction when compiling for Thumb-2

Current behaviour is to generate the IT instruction only for Thumb-2
code. However, the kernel helpers in entry-armv.S are compiled to ARM in
a unified syntax file (if THUMB2_KERNEL). Recent compilers warn about
missing IT instruction in unified assembly syntax files. The patch
changes the "-mimplicit-it" gas option to "always".

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Makefile