Re: [PATCH 1/4][ARM] Make room for more CPU feature flags.

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-abi with cross-compiled make check. On 22/06/15 16:41, Matthew Wahab wrote: Hello, The ARM backend uses an unsigned long to record CPU feature flags and there

[PATCH 1/4][ARM] Make room for more CPU feature flags.

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. To be able to support new architecture features, the current representation will need to be replaced so that more flags can be recorded. This series of patches replaces the single uns