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 3243d790ee3 gprofng: change use of bignum to use of bigint new dc1470f1d87 RISC-V: Add TLSDESC reloc definitions. new 04d352509cd RISC-V: Add assembly support for TLSDESC. new e0f747d5e91 RISC-V: Define and use GOT entry size constants for TLS. new 159afbb7617 RISC-V: Initial ld.bfd support for TLSDESC.
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/bfd-in2.h | 4 ++ bfd/elfnn-riscv.c | 118 +++++++++++++++++++++++++++++++------ bfd/elfxx-riscv.c | 75 ++++++++++++++++++++++- bfd/libbfd.h | 4 ++ bfd/reloc.c | 8 +++ gas/config/tc-riscv.c | 18 ++++-- gas/testsuite/gas/riscv/tlsdesc.d | 36 +++++++++++ gas/testsuite/gas/riscv/tlsdesc.s | 24 ++++++++ include/elf/riscv.h | 5 ++ ld/testsuite/ld-riscv-elf/tls.d | 4 +- ld/testsuite/ld-riscv-elf/tls.s | 14 +++++ ld/testsuite/ld-riscv-elf/tlsbin.d | 5 ++ opcodes/riscv-opc.c | 1 + 13 files changed, 291 insertions(+), 25 deletions(-) create mode 100644 gas/testsuite/gas/riscv/tlsdesc.d create mode 100644 gas/testsuite/gas/riscv/tlsdesc.s