This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from d51cd0f64c6 PR31177: Let region text start at __TEXT_REGION_ORIGIN___ new dc5f359ed6a LoongArch: Add new relocation R_LARCH_CALL36 new 784d5a936a7 LoongArch: Add call36 and tail36 pseudo instructions for me [...]
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/bfd-in2.h | 1 + bfd/elfnn-loongarch.c | 19 +++++++++++------ bfd/elfxx-loongarch.c | 24 ++++++++++++++++++++++ bfd/libbfd.h | 1 + bfd/reloc.c | 3 +++ gas/config/tc-loongarch.c | 6 +++++- gas/testsuite/gas/loongarch/medium-call.d | 21 +++++++++++++++++++ gas/testsuite/gas/loongarch/medium-call.s | 8 ++++++++ include/elf/loongarch.h | 2 ++ ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 12 +++++++++++ ld/testsuite/ld-loongarch-elf/medium-call.s | 9 ++++++++ opcodes/loongarch-opc.c | 11 ++++++++++ 12 files changed, 110 insertions(+), 7 deletions(-) create mode 100644 gas/testsuite/gas/loongarch/medium-call.d create mode 100644 gas/testsuite/gas/loongarch/medium-call.s create mode 100644 ld/testsuite/ld-loongarch-elf/medium-call.s