This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 90b79395dd0 PR82809: register handling in ix86_vector_duplicate_value new e892f4fac60 [ARC] Fix to unwinding.
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 | 6 ++ gcc/config/arc/arc.c | 36 ++++++-- gcc/config/arc/linux.h | 8 ++ libgcc/ChangeLog | 7 ++ libgcc/config.host | 1 + libgcc/config/arc/linux-unwind-reg.def | 42 +++++++++ libgcc/config/arc/linux-unwind.h | 153 +++++++++++++++++++++++++++++++++ 7 files changed, 247 insertions(+), 6 deletions(-) create mode 100644 libgcc/config/arc/linux-unwind-reg.def create mode 100644 libgcc/config/arc/linux-unwind.h