Fix ARM bootstrap - xgene tune params

2015-01-15 Thread Richard Earnshaw
The recent xgene tuning parameters merge broke the ARM bootstrap, since the tables have been extended by an additional parameter giving: gcc/config/arm/arm.c:1932:1: error: missing initializer for member 'tune_params::fuseable_ops' [-Werror=missing-field-initializers] }; ^ Fixed as below.

Re: Fix ARM bootstrap - xgene tune params

2015-01-15 Thread Dr. Philipp Tomsich
Richard, Thanks for catching this. Your change is optimal for X-Gene 1. —Phil. On 15 Jan 2015, at 19:51, Richard Earnshaw rearn...@arm.com wrote: The recent xgene tuning parameters merge broke the ARM bootstrap, since the tables have been extended by an additional parameter giving: