This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f21c98a [ARC] Add simple shift/rotate ops. new f525bed [ARC] New CPU C-define handler. new a124fe8 2016-09-28 Richard Biener rguenther@suse.de new ecccbf0 2016-09-27 Richard Biener rguenther@suse.de
The 3 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: gcc/ChangeLog | 36 +++++++++ gcc/config.gcc | 2 + gcc/config/arc/arc-c.c | 69 ++++++++++++++++ gcc/config/arc/arc-c.def | 68 ++++++++++++++++ gcc/config/arc/arc-protos.h | 1 + gcc/config/arc/arc.h | 56 +------------ gcc/config/arc/{t-arc-uClibc => t-arc} | 25 ++++-- gcc/dwarf2out.c | 143 +++++++++++++++++++++++---------- 8 files changed, 296 insertions(+), 104 deletions(-) create mode 100644 gcc/config/arc/arc-c.c create mode 100644 gcc/config/arc/arc-c.def copy gcc/config/arc/{t-arc-uClibc => t-arc} (61%)