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 bc1f23a5478 Allow WZR in alt-base loads and stores new 808c324b6d4 Handle locally-resolving entries in the GOT new b2cb8a19322 Account for LSB on DT_INIT/DT_FINI entries new d9f4f6fc896 Predicate fixes around srelcaps and capability GOT relocations new 8f5baae3d15 Morello do not create RELATIVE relocs for dynamic GOT entries
The 4 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 | 176 ++++++++++++++++----- ld/testsuite/ld-aarch64/aarch64-elf.exp | 29 ++++ .../ld-aarch64/emit-relocs-morello-hidden.d | 33 ++++ .../ld-aarch64/emit-relocs-morello-hidden.s | 20 +++ ld/testsuite/ld-aarch64/morello-dt-init-fini.d | 23 +++ ld/testsuite/ld-aarch64/morello-dt-init-fini.s | 13 ++ ld/testsuite/ld-aarch64/morello-dynamic-got.d | 12 ++ .../ld-aarch64/morello-dynamic-link-rela-dyn.d | 20 +++ .../ld-aarch64/morello-dynamic-link-rela-dyn.s | 44 ++++++ .../ld-aarch64/morello-dynamic-link-rela-dyn2.d | 22 +++ .../ld-aarch64/morello-dynamic-local-got.d | 16 ++ .../ld-aarch64/morello-dynamic-local-got.s | 23 +++ .../ld-aarch64/morello-dynamic-relocs-lib.s | 9 ++ ld/testsuite/ld-aarch64/morello-dynamic-relocs.d | 16 ++ ld/testsuite/ld-aarch64/morello-dynamic-relocs.s | 15 ++ ld/testsuite/ld-aarch64/morello-static-got.d | 13 ++ ld/testsuite/ld-aarch64/morello-static-got.s | 12 ++ ld/testsuite/ld-aarch64/no-morello-syms-static.d | 13 ++ 18 files changed, 473 insertions(+), 36 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-morello-hidden.d create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-morello-hidden.s create mode 100644 ld/testsuite/ld-aarch64/morello-dt-init-fini.d create mode 100644 ld/testsuite/ld-aarch64/morello-dt-init-fini.s create mode 100644 ld/testsuite/ld-aarch64/morello-dynamic-got.d create mode 100644 ld/testsuite/ld-aarch64/morello-dynamic-link-rela-dyn.d create mode 100644 ld/testsuite/ld-aarch64/morello-dynamic-link-rela-dyn.s create mode 100644 ld/testsuite/ld-aarch64/morello-dynamic-link-rela-dyn2.d create mode 100644 ld/testsuite/ld-aarch64/morello-dynamic-local-got.d create mode 100644 ld/testsuite/ld-aarch64/morello-dynamic-local-got.s create mode 100644 ld/testsuite/ld-aarch64/morello-dynamic-relocs-lib.s create mode 100644 ld/testsuite/ld-aarch64/morello-dynamic-relocs.d create mode 100644 ld/testsuite/ld-aarch64/morello-dynamic-relocs.s create mode 100644 ld/testsuite/ld-aarch64/morello-static-got.d create mode 100644 ld/testsuite/ld-aarch64/morello-static-got.s create mode 100644 ld/testsuite/ld-aarch64/no-morello-syms-static.d