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 ea41358b032 Adjust which sections we resize for precise bounds new e4f0a01cbda Account for LSB on c64 e_entry in the same way as Thumb new bf3eaebd342 Assign correct size on Morello TLS relocations new 7470bce3993 Account for LSB in more relocations new 9db78a71d60 Record and check initial implementation new 47b9119833a Treat `start_stop` symbols as having section size new 49432a1df06 Fix c64-ifunc-2 test
The 6 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 | 37 ++++++++--- binutils/testsuite/lib/binutils-common.exp | 71 +++++++++++++++++++++- ld/emultempl/aarch64elf.em | 37 +++++++++++ ld/testsuite/ld-aarch64/aarch64-elf.exp | 3 + ld/testsuite/ld-aarch64/c64-ifunc-2.d | 13 +++- ld/testsuite/ld-aarch64/emit-relocs-morello-2.d | 8 ++- ld/testsuite/ld-aarch64/emit-relocs-morello-9.d | 33 ++++++++++ ld/testsuite/ld-aarch64/emit-relocs-morello-9.s | 42 +++++++++++++ ld/testsuite/ld-aarch64/morello-entry-point.d | 10 +++ .../ld-aarch64/morello-sec-start_stop-round.d | 26 ++++++++ .../ld-aarch64/morello-sec-start_stop-round.s | 10 +++ ld/testsuite/ld-aarch64/morello-tlsdesc-static.d | 6 +- .../ld-aarch64/morello-tlsdesc-staticpie.d | 2 +- 13 files changed, 276 insertions(+), 22 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-morello-9.d create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-morello-9.s create mode 100644 ld/testsuite/ld-aarch64/morello-entry-point.d create mode 100644 ld/testsuite/ld-aarch64/morello-sec-start_stop-round.d create mode 100644 ld/testsuite/ld-aarch64/morello-sec-start_stop-round.s