Re: [ARM] Correct spelling of references to ARMv6KZ

2015-07-27 Thread Kyrill Tkachov
On 27/07/15 10:47, Matthew Wahab wrote: On 23/07/15 12:04, Kyrill Tkachov wrote: GCC supports ARM architecture ARMv6KZ but refers to it as ARMv6ZK. This is made visible by the command line option -march=armv6zk and by the predefined macro __ARM_ARCH_6ZK__. This patch corrects the spelling

Re: [ARM] Correct spelling of references to ARMv6KZ

2015-07-27 Thread Matthew Wahab
On 23/07/15 12:04, Kyrill Tkachov wrote: GCC supports ARM architecture ARMv6KZ but refers to it as ARMv6ZK. This is made visible by the command line option -march=armv6zk and by the predefined macro __ARM_ARCH_6ZK__. This patch corrects the spelling internally and adds -march=armv6kz. To

Re: [ARM] Correct spelling of references to ARMv6KZ

2015-07-23 Thread Matthew Wahab
On 24/06/15 10:25, Matthew Wahab wrote: Ping. Attached updated patch which also actually removes armv6zk from doc/invoke.texi. Also, retested: - arm-none-linux-gnueabihf native bootstrap and cross-compiled make checck. - arm-none-eabi: cross-compiled make check. gcc/ 2015-07-23 Matthew Wahab

Re: [ARM] Correct spelling of references to ARMv6KZ

2015-07-23 Thread Kyrill Tkachov
Hi Matthew, On 23/07/15 11:54, Matthew Wahab wrote: On 24/06/15 10:25, Matthew Wahab wrote: Ping. Attached updated patch which also actually removes armv6zk from doc/invoke.texi. Also, retested: - arm-none-linux-gnueabihf native bootstrap and cross-compiled make checck. - arm-none-eabi:

[ARM] Correct spelling of references to ARMv6KZ

2015-06-24 Thread Matthew Wahab
Hello, GCC supports ARM architecture ARMv6KZ but refers to it as ARMv6ZK. This is made visible by the command line option -march=armv6zk and by the predefined macro __ARM_ARCH_6ZK__. This patch corrects the spelling internally and adds -march=armv6kz. To preserve existing behaviour,