This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from 15af172 PR c++/67130 PR c++/67131 PR c++/66260 * mangle.c (write_ [...] new 2bcb747 [AArch64] Tighten direct call pattern to repair -fno-plt new 26cca86 [AArch64] Tighten direct call pattern for sibcall to repair -fno-plt
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 | 12 ++++++++++++ gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.c | 18 ++++++++++++++++++ gcc/config/aarch64/aarch64.md | 6 ++++-- gcc/config/aarch64/constraints.md | 5 +++-- gcc/testsuite/ChangeLog | 9 +++++++++ gcc/testsuite/gcc.target/aarch64/noplt_1.c | 15 +++++++++++++++ gcc/testsuite/gcc.target/aarch64/noplt_2.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/noplt_3.c | 20 ++++++++++++++++++++ 9 files changed, 100 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/noplt_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/noplt_2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/noplt_3.c