Message ID | CABXYE2XgtLdfCj_7TcFUOLfbwWaUt2KjYgTv5CAZkMTiDv1kRA@mail.gmail.com |
---|---|
State | New |
Headers | show |
gas/ 2015-10-26 Jim Wilson <jim.wilson@linaro.org> * config/tc-arm.c (selected_cpu_name): Increase from 16 to 20. diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index efc522a..a98a22a 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -266,7 +266,7 @@ static int mfloat_abi_opt = -1; /* Record user cpu selection for object attributes. */ static arm_feature_set selected_cpu = ARM_ARCH_NONE; /* Must be long enough to hold any of the names in arm_cpus. */ -static char selected_cpu_name[16]; +static char selected_cpu_name[20]; extern FLONUM_TYPE generic_floating_point_number;