Re: [PATCH][ARM][1/n] Partial IT block deprecation in ARMv8 AArch32

2013-06-05 Thread Richard Earnshaw
On 04/06/13 16:53, Kyrylo Tkachov wrote: Hi Joseph, It creates a command line option, -mrestrict-it, that can be used to Command-line options need documenting in invoke.texi. I've added some documentation in invoke.texi Confirmed that documentation builds ok. Thanks, Kyrill 2013-06-04

RE: [PATCH][ARM][1/n] Partial IT block deprecation in ARMv8 AArch32

2013-06-04 Thread Kyrylo Tkachov
Hi Joseph, > > It creates a command line option, -mrestrict-it, that can be used > to > > Command-line options need documenting in invoke.texi. I've added some documentation in invoke.texi Confirmed that documentation builds ok. Thanks, Kyrill 2013-06-04 Kyrylo Tkachov * config/a

Re: [PATCH][ARM][1/n] Partial IT block deprecation in ARMv8 AArch32

2013-06-04 Thread Joseph S. Myers
On Tue, 4 Jun 2013, Kyrylo Tkachov wrote: > It creates a command line option, -mrestrict-it, that can be used to Command-line options need documenting in invoke.texi. -- Joseph S. Myers jos...@codesourcery.com

[PATCH][ARM][1/n] Partial IT block deprecation in ARMv8 AArch32

2013-06-04 Thread Kyrylo Tkachov
Hi all, IT blocks in ARMv8 AArch32 Thumb mode are somewhat restricted. They cannot contain more than one instruction, and that one instruction has to be a 16-bit variant of a restricted subset of instructions. ARMv7 IT blocks that don't fit in this category are allowed by ARMv8, but are deprecated