diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2010-01-26 21:09:48 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-30 19:13:23 +0300 |
commit | c540b9ff0f8679ba924fac072aeb7d63fa473190 (patch) | |
tree | 74c17fd0a1927faaf4557472abe6ee73987ea71a /arch/arm/vfp | |
parent | df2e615a3b3a66d0731e3309e9731970a6c51268 (diff) | |
download | linux-c540b9ff0f8679ba924fac072aeb7d63fa473190.tar.xz |
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>
Diffstat (limited to 'arch/arm/vfp')
0 files changed, 0 insertions, 0 deletions