This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_41-branch in repository binutils-gdb.
from ad9049e6da1 Fix 30808 gprofng tests failed new 8b9de994244 bfd: aarch64: Fix BTI stub optimization PR30957 new d0063607075 bfd: aarch64: Fix broken BTI stub PR30930 new 95a26c1f3de bfd: aarch64: Fix leaks in case of BTI stub reuse new 0c0527d30bc bfd: aarch64: Avoid BTI stub for a PLT that has BTI new e485efaee0a ld: aarch64: Add BTI stub insertion test PR30930 new 3d37af699dd ld: aarch64: Use lp64 abi in recent BTI stub tests new 5f41ff2d2cd aarch64-elf: FAIL: indirect call stub to BTI stub relaxation
The 7 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: bfd/elfnn-aarch64.c | 89 +++++++++++++++------- ld/testsuite/ld-aarch64/aarch64-elf.exp | 7 +- ld/testsuite/ld-aarch64/bti-far-1.d | 1 - ld/testsuite/ld-aarch64/bti-far-2.d | 1 - ld/testsuite/ld-aarch64/bti-far-3.d | 85 +++++++++++++++++++++ .../ld-aarch64/{bti-plt.ld => bti-far-3.ld} | 10 +-- ld/testsuite/ld-aarch64/bti-far-3a.s | 23 ++++++ ld/testsuite/ld-aarch64/bti-far-3b.s | 25 ++++++ ld/testsuite/ld-aarch64/bti-far-3c.s | 24 ++++++ ld/testsuite/ld-aarch64/bti-far-opt.d | 1 - 10 files changed, 225 insertions(+), 41 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/bti-far-3.d copy ld/testsuite/ld-aarch64/{bti-plt.ld => bti-far-3.ld} (62%) create mode 100644 ld/testsuite/ld-aarch64/bti-far-3a.s create mode 100644 ld/testsuite/ld-aarch64/bti-far-3b.s create mode 100644 ld/testsuite/ld-aarch64/bti-far-3c.s