This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 535d6bc PR ada/70786 * a-textio.adb (Get_Immediate): Add missing 'n [...] new 5caa55b [ARC/LIBGCC] Add TLS support. new 4260aee [ARC] Add TLS support. new 448fda2 Replace AWK script with the python script.
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: contrib/ChangeLog | 5 + contrib/analyze_brprob | 147 ------------- contrib/analyze_brprob.py | 136 ++++++++++++ gcc/ChangeLog | 51 +++++ gcc/config/arc/arc-protos.h | 4 +- gcc/config/arc/arc.c | 505 +++++++++++++++++++++++++++++++------------ gcc/config/arc/arc.h | 22 +- gcc/config/arc/arc.md | 71 ++++++ gcc/config/arc/arc.opt | 7 + gcc/config/arc/predicates.md | 15 +- gcc/configure | 6 + gcc/configure.ac | 6 + gcc/doc/invoke.texi | 6 +- libgcc/ChangeLog | 7 + libgcc/config.host | 2 + libgcc/config/arc/crttls.S | 67 ++++++ libgcc/config/arc/t-arc | 3 + 17 files changed, 765 insertions(+), 295 deletions(-) delete mode 100755 contrib/analyze_brprob create mode 100644 contrib/analyze_brprob.py create mode 100644 libgcc/config/arc/crttls.S