This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bab0f691d52 aarch64: Adjust spellcheck tests for recent quotation-mark changes new 9d7a84b9698 [ARM] Add support for TLS register based stack protector ca [...]
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/config/arm/arm-opts.h | 6 ++ gcc/config/arm/arm-protos.h | 2 + gcc/config/arm/arm.cc | 55 ++++++++++++++++++ gcc/config/arm/arm.md | 71 +++++++++++++++++++++++- gcc/config/arm/arm.opt | 22 ++++++++ gcc/doc/invoke.texi | 11 ++++ gcc/testsuite/gcc.target/arm/stack-protector-7.c | 12 ++++ gcc/testsuite/gcc.target/arm/stack-protector-8.c | 7 +++ 8 files changed, 184 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/stack-protector-7.c create mode 100644 gcc/testsuite/gcc.target/arm/stack-protector-8.c