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 69933be89fe Automatic date update in version.in new be1ebb6710a LoongArch: Add R_LARCH_64_PCREL relocation support new 75b2f521b10 LoongArch: gas: Add lsx and lasx instructions support new 40aa274a759 LoongArch: gas: Add LSX and LASX instructions test
The 3 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 | 1 + bfd/elfxx-loongarch.c | 18 + bfd/libbfd.h | 1 + bfd/reloc.c | 3 + gas/config/tc-loongarch.c | 9 +- gas/testsuite/gas/loongarch/64_pcrel.d | 11 + gas/testsuite/gas/loongarch/64_pcrel.s | 2 + gas/testsuite/gas/loongarch/vector.d | 1461 +++++++++++++++++++ gas/testsuite/gas/loongarch/vector.s | 1451 +++++++++++++++++++ include/elf/loongarch.h | 2 + ld/testsuite/ld-loongarch-elf/64_pcrel.d | 4 + ld/testsuite/ld-loongarch-elf/64_pcrel.s | 11 + ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 16 + opcodes/loongarch-opc.c | 1465 ++++++++++++++++++++ 15 files changed, 4453 insertions(+), 3 deletions(-) create mode 100644 gas/testsuite/gas/loongarch/64_pcrel.d create mode 100644 gas/testsuite/gas/loongarch/64_pcrel.s create mode 100644 gas/testsuite/gas/loongarch/vector.d create mode 100644 gas/testsuite/gas/loongarch/vector.s create mode 100644 ld/testsuite/ld-loongarch-elf/64_pcrel.d create mode 100644 ld/testsuite/ld-loongarch-elf/64_pcrel.s