Re: [PATCH 2/4][ARM] Add feature set definitions.

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:45, Matthew Wahab wrote: Hello, The ARM backend uses an unsigned long to record CPU feature flags and ther

[PATCH 2/4][ARM] Add feature set definitions.

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 adds, but doesn't use, type arm_feature_set and macros prefixed