This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e8e4c25bca7 [ARC] Improves and fixes for small data support. new 2d293522610 [ARC] Use -G option to control sdata behavior
The 1 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 | 27 +++ gcc/config.gcc | 2 +- gcc/config/arc/arc.c | 236 ++++++++++++---------- gcc/config/arc/arc.h | 6 +- gcc/config/arc/simdext.md | 22 +- gcc/doc/invoke.texi | 9 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/arc/arc700-stld-hazard.c | 2 +- gcc/testsuite/gcc.target/arc/sdata-5.c | 15 ++ 9 files changed, 199 insertions(+), 125 deletions(-) create mode 100755 gcc/testsuite/gcc.target/arc/sdata-5.c