This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7d6444139e1 2017-09-11 Arnaud Charlet charlet@adacore.com new 185288ffee1 Add myself as ARM port maintainer new e9d6c8efb48 2017-09-11 Vidya Praveen vidyapraveen@arm.com
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 5 + MAINTAINERS | 2 +- gcc/ChangeLog | 4 + gcc/common/config/arm/arm-common.c | 10 +- gcc/config.gcc | 2 +- gcc/config/arm/arm-cpus.in | 262 ++++--------------------------------- gcc/config/arm/arm-isa.h | 172 ++++++++++++++++++++++++ gcc/config/arm/arm.c | 32 ++--- gcc/config/arm/arm.h | 8 +- gcc/config/arm/parsecpu.awk | 213 +++++++++--------------------- gcc/config/arm/t-arm | 9 -- 11 files changed, 296 insertions(+), 423 deletions(-) create mode 100644 gcc/config/arm/arm-isa.h