This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cfa1f8226f2 gcc/configure.ac: fix register issue for global_load assemb [...] new f58d03b5df2 arm: Fix multilib mapping for CDE extensions [PR100856].
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/common/config/arm/arm-common.c | 47 +++++++++-- gcc/config/arm/arm-cpus.in | 2 + gcc/config/arm/arm.h | 15 ++++ gcc/config/arm/arm.opt | 6 ++ gcc/config/arm/t-rmprofile | 25 ++++-- gcc/testsuite/gcc.target/arm/acle/pr100856.c | 10 +++ gcc/testsuite/gcc.target/arm/multilib.exp | 113 +++++++++++++++++++++++++++ 7 files changed, 205 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/acle/pr100856.c