Re: [PATCH 2/2][ARM] Use new FPU features representation

2015-08-10 Thread Ramana Radhakrishnan
On Mon, Jun 22, 2015 at 04:18:04PM +0100, Matthew Wahab wrote: > Hello, > > This patch series changes the representation of FPU features to use a simple > bit-set and flags, as is done elsewhere. > > This patch uses the new representation of FPU feature sets. > > Tested the series for arm-none-l

Re: [PATCH 2/2][ARM] Use new FPU features representation

2015-08-10 Thread Matthew Wahab
Ping. Updated patch attached. Also, retested the series for arm-none-linux-gnueabihf with native bootstrap and make check. On 22/06/15 16:18, Matthew Wahab wrote: Hello, This patch series changes the representation of FPU features to use a simple bit-set and flags, as is done elsewhere. Th

[PATCH 2/2][ARM] Use new FPU features representation

2015-06-22 Thread Matthew Wahab
Hello, This patch series changes the representation of FPU features to use a simple bit-set and flags, as is done elsewhere. This patch uses the new representation of FPU feature sets. Tested the series for arm-none-linux-gnueabihf with check-gcc Ok for trunk? Matthew gcc/ 2015-06-22 Matthew