This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249777 - in /trunk/gcc: ChangeLog config/arm/a...
- From: rearnsha at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 29 Jun 2017 10:24:22 -0000
- Subject: r249777 - in /trunk/gcc: ChangeLog config/arm/a...
Author: rearnsha
Date: Thu Jun 29 10:24:04 2017
New Revision: 249777
URL: https://gcc.gnu.org/viewcvs?rev=249777&root=gcc&view=rev
Log:
[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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm-cpu-cdata.h
trunk/gcc/config/arm/parsecpu.awk