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 8504495ada4 ld, aarch64: Account for stubs in bounds sizing new 36b6002396d Various fixes for capability IFUNCs new eee3fada816 Only check for valid Morello bounds on non-exec syms
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: bfd/elfnn-aarch64.c | 420 ++++++++++++++++++--- ld/testsuite/ld-aarch64/aarch64-elf.exp | 23 +- ld/testsuite/ld-aarch64/c64-ifunc-2-local.d | 25 +- ld/testsuite/ld-aarch64/c64-ifunc-2.d | 16 +- ld/testsuite/ld-aarch64/c64-ifunc-3a.d | 23 +- ld/testsuite/ld-aarch64/morello-ifunc-a.d | 111 ++++++ ld/testsuite/ld-aarch64/morello-ifunc-b.d | 104 +++++ .../ld-aarch64/morello-ifunc-dynlink-pie.d | 20 + ld/testsuite/ld-aarch64/morello-ifunc-dynlink.d | 20 + ld/testsuite/ld-aarch64/morello-ifunc-dynlink.s | 23 ++ ld/testsuite/ld-aarch64/morello-ifunc-shared.s | 23 ++ ld/testsuite/ld-aarch64/morello-ifunc.d | 138 +++++++ ld/testsuite/ld-aarch64/morello-ifunc.s | 52 +++ ld/testsuite/ld-aarch64/morello-ifunc1-a.d | 100 +++++ ld/testsuite/ld-aarch64/morello-ifunc1-b.d | 100 +++++ ld/testsuite/ld-aarch64/morello-ifunc1-c.d | 97 +++++ ld/testsuite/ld-aarch64/morello-ifunc1.d | 113 ++++++ ld/testsuite/ld-aarch64/morello-ifunc1.s | 51 +++ ld/testsuite/ld-aarch64/morello-ifunc2-b.d | 82 ++++ ld/testsuite/ld-aarch64/morello-ifunc2.d | 92 +++++ ld/testsuite/ld-aarch64/morello-ifunc2.s | 46 +++ ld/testsuite/ld-aarch64/morello-ifunc3.d | 4 + ld/testsuite/ld-aarch64/morello-ifunc3.s | 43 +++ ld/testsuite/ld-aarch64/morello-ifunc4.d | 176 +++++++++ ld/testsuite/ld-aarch64/morello-ifunc4.s | 56 +++ ld/testsuite/ld-aarch64/morello-ifunc4a.d | 161 ++++++++ ld/testsuite/ld-aarch64/morello-ifunc4a.s | 51 +++ ld/testsuite/ld-aarch64/morello-large-function.d | 23 ++ ld/testsuite/ld-aarch64/morello-large-function.s | 9 + 29 files changed, 2146 insertions(+), 56 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc-a.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc-b.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc-dynlink-pie.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc-dynlink.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc-dynlink.s create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc-shared.s create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc.s create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc1-a.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc1-b.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc1-c.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc1.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc1.s create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc2-b.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc2.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc2.s create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc3.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc3.s create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc4.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc4.s create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc4a.d create mode 100644 ld/testsuite/ld-aarch64/morello-ifunc4a.s create mode 100644 ld/testsuite/ld-aarch64/morello-large-function.d create mode 100644 ld/testsuite/ld-aarch64/morello-large-function.s