Re: [PATCH 3/4][ARM] Use new feature set representation.

2015-07-24 Thread Matthew Wahab
Ping. Updated patch attached. Also, retested the series for arm-none-linux-gnueabihf with native bootstrap and make check and arm-none-eabi with cross-compiled make check. On 22/06/15 16:52, Matthew Wahab wrote: Hello, The ARM backend uses an unsigned long to record CPU feature flags and ther

[PATCH 3/4][ARM] Use new feature set representation.

2015-06-22 Thread Matthew Wahab
Hello, The ARM backend uses an unsigned long to record CPU feature flags and there are currently 30 bits in use. This series of patches replaces the single unsigned long with a representation based on an array of values. This patch replaces the existing representation of CPU feature sets with th