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 77d242a06e3 RISC-V: THEAD: Add 5 assembly pseudoinstructions for XThead [...] new aae8784c58d LoongArch: bfd: Add support for tls le relax. new 775dead218e LoongArch: include: Add support for tls le relax. new b449f8428b4 LoongArch: opcodes: Add support for tls le relax. new 40372b03b36 LoongArch: gas: Add support for tls le relax. new 90827b4eefb LoongArch: ld: Add support for tls le relax.
The 5 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-loongarch.c.swp | Bin 0 -> 16384 bytes bfd/bfd-in2.h | 4 + bfd/elfnn-loongarch.c | 105 ++++++++++++++ bfd/elfxx-loongarch.c | 55 +++++++- bfd/libbfd.h | 3 + bfd/reloc.c | 7 + gas/config/tc-loongarch.c | 32 +++++ gas/testsuite/gas/loongarch/loongarch.exp | 9 ++ gas/testsuite/gas/loongarch/reloc.d | 18 +++ gas/testsuite/gas/loongarch/reloc.s | 11 ++ .../gas/loongarch/tls_le_insn_format_check.s | 15 ++ include/elf/loongarch.h | 12 ++ ld/testsuite/ld-loongarch-elf/old-tls-le.s | 23 ++++ .../ld-loongarch-elf/relax-bound-check-tls-le.s | 53 ++++++++ ld/testsuite/ld-loongarch-elf/relax-tls-le.s | 26 ++++ ld/testsuite/ld-loongarch-elf/relax.exp | 151 ++++++++++++++++++++- .../tls-relax-compatible-check-new.s | 35 +++++ .../tls-relax-compatible-check-old.s | 33 +++++ opcodes/loongarch-opc.c | 1 + 19 files changed, 587 insertions(+), 6 deletions(-) create mode 100644 bfd/.elfnn-loongarch.c.swp create mode 100644 gas/testsuite/gas/loongarch/tls_le_insn_format_check.s create mode 100644 ld/testsuite/ld-loongarch-elf/old-tls-le.s create mode 100644 ld/testsuite/ld-loongarch-elf/relax-bound-check-tls-le.s create mode 100644 ld/testsuite/ld-loongarch-elf/relax-tls-le.s create mode 100644 ld/testsuite/ld-loongarch-elf/tls-relax-compatible-check-new.s create mode 100644 ld/testsuite/ld-loongarch-elf/tls-relax-compatible-check-old.s