This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/ARM/morello-binutils-gdb-master in repository binutils-gdb.
from de0ead82731 Add CPSR C64 bit (26) new 8504495ada4 ld, aarch64: Account for stubs in bounds sizing
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: bfd/elfnn-aarch64.c | 314 ++++++++++++++++----- bfd/elfxx-aarch64.h | 20 +- ld/emultempl/aarch64elf.em | 89 ++++-- ld/testsuite/ld-aarch64/aarch64-elf.exp | 2 + .../morello-pcc-bounds-include-readonly.d | 8 +- .../morello-pcc-bounds-include-readonly.ld | 1 + .../morello-pcc-bounds-include-readonly.s | 2 + ld/testsuite/ld-aarch64/morello-sec-round-adjust.d | 5 +- .../ld-aarch64/morello-sec-round-adjust.ld | 1 + ld/testsuite/ld-aarch64/morello-sec-round-adjust.s | 3 + ld/testsuite/ld-aarch64/morello-stubs-pcc-bounds.d | 32 +++ .../ld-aarch64/morello-stubs-pcc-bounds.ld | 7 + ld/testsuite/ld-aarch64/morello-stubs-pcc-bounds.s | 33 +++ ld/testsuite/ld-aarch64/morello-stubs-sec-bounds.d | 33 +++ .../ld-aarch64/morello-stubs-sec-bounds.ld | 14 + ld/testsuite/ld-aarch64/morello-stubs-sec-bounds.s | 37 +++ 16 files changed, 495 insertions(+), 106 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/morello-stubs-pcc-bounds.d create mode 100644 ld/testsuite/ld-aarch64/morello-stubs-pcc-bounds.ld create mode 100644 ld/testsuite/ld-aarch64/morello-stubs-pcc-bounds.s create mode 100644 ld/testsuite/ld-aarch64/morello-stubs-sec-bounds.d create mode 100644 ld/testsuite/ld-aarch64/morello-stubs-sec-bounds.ld create mode 100644 ld/testsuite/ld-aarch64/morello-stubs-sec-bounds.s