[arm] Fix bootstrap - missing initializer in tail entry of autogenerated code
commita94c0a13835799f4af454f549be60f5d3999654a
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2017 10:24:04 +0000 (29 10:24 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2017 10:24:04 +0000 (29 10:24 +0000)
tree1277f4477513c24d1f74f939676a2678a0d699a1
parent4ed15cac45fb9c92e3f43dc5fdb6ae9810f637b4
[arm] Fix bootstrap - missing initializer in tail entry of autogenerated code

My patch yesterday accidentally missed a hunk that added the
update to the tail entry of the autogenerated data structure
produced by parsecpu.awk.  This causes native bootstraps to
fail.

This patch adds back the missing hunk.

2017-06-29  Richard Earnshaw  <rearnsha@arm.com>

* config/arm/parsecpu.awk (gen_comm_data): Add initializer for
profile to the dummy entry at the end of the list of architectures.
* config/arm/arm-cpu-cdata.h: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249777 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm-cpu-cdata.h
gcc/config/arm/parsecpu.awk