This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3a0dd2cc28e arm: Add pacbti related multilib support for armv8.1-m.main. new 273874e925a arm: Add support for dwarf debug directives and pseudo hard [...] new 55a2d8096a7 arm: Add support for new frame unwinding instruction "0xb5".
The 2 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/aout.h | 3 +- gcc/config/arm/arm.cc | 86 +++++++++++++++++++++++++++++------ gcc/config/arm/arm.h | 24 +++++++--- gcc/config/arm/arm.md | 1 + gcc/testsuite/g++.target/arm/pac-1.C | 35 ++++++++++++++ gcc/testsuite/gcc.target/arm/pac-15.c | 32 +++++++++++++ libgcc/config/arm/pr-support.c | 15 +++++- 7 files changed, 173 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.target/arm/pac-1.C create mode 100644 gcc/testsuite/gcc.target/arm/pac-15.c