This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 590febb5f66 Darwin: Adjust the PCH area to allow for 16384byte page size. new 4d9af90d6a2 arm: Avoid indirection with -mpure-code on v6m (PR96967) new c3c3e2c9e88 arm: Improve handling of relocations with small offsets wit [...]
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/arm.c | 21 ++++- gcc/config/arm/thumb1.md | 103 +++++++++++------------ gcc/testsuite/gcc.target/arm/pure-code/pr96767.c | 10 +++ gcc/testsuite/gcc.target/arm/pure-code/pr96770.c | 21 +++++ 4 files changed, 98 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pure-code/pr96767.c create mode 100644 gcc/testsuite/gcc.target/arm/pure-code/pr96770.c