This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from eeb31391b7f combine: Fix find_split_point handling of constant store in [...] new 9c5db942ca3 ARM: Add support for -mpure-code in thumb-1 (v6m) new 7edf9fa1c5f ARM: Fix -mpure-code for v6m
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/ChangeLog | 28 +++++++ gcc/config/arm/arm-protos.h | 1 + gcc/config/arm/arm.c | 88 +++++++++++++++++++--- gcc/config/arm/arm.h | 8 +- gcc/config/arm/arm.md | 9 +++ gcc/config/arm/thumb1.md | 85 +++++++++++++++++---- gcc/doc/invoke.texi | 3 +- gcc/testsuite/ChangeLog | 13 ++++ gcc/testsuite/gcc.target/arm/pr45701-1.c | 2 +- gcc/testsuite/gcc.target/arm/pr45701-2.c | 2 +- .../gcc.target/arm/pure-code/no-literal-pool.c | 14 +++- .../gcc.target/arm/pure-code/pure-code.exp | 9 +-- gcc/testsuite/gcc.target/arm/thumb1-Os-mult.c | 1 + 13 files changed, 226 insertions(+), 37 deletions(-)