[arm] Fix bootstrap - missing initializer in tail entry of autogenerated code
authorRichard Earnshaw <rearnsha@arm.com>
Thu, 29 Jun 2017 10:24:04 +0000 (10:24 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Thu, 29 Jun 2017 10:24:04 +0000 (10:24 +0000)
commita7c9a3042453642fd220e01b2063307cd479472a
tree1277f4477513c24d1f74f939676a2678a0d699a1
parent4c6a51a05f1ffb08475c667d5f75dc2a4867cbd7
[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.

From-SVN: r249777
gcc/ChangeLog
gcc/config/arm/arm-cpu-cdata.h
gcc/config/arm/parsecpu.awk