This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 278cad85077 aarch64: Fix vld1/st1_x4 intrinsic test new d5d84487dec s390: Fix s390_const_int_pool_entry_p and movdi peephole2 [ [...] new 97069657c4e RISC-V: Implement TLS Descriptors.
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: gcc/config.gcc | 15 ++++++++++++- gcc/config/riscv/riscv-opts.h | 6 ++++++ gcc/config/riscv/riscv-protos.h | 5 +++-- gcc/config/riscv/riscv.cc | 24 +++++++++++++++++---- gcc/config/riscv/riscv.h | 9 ++++++-- gcc/config/riscv/riscv.md | 20 ++++++++++++++++- gcc/config/riscv/riscv.opt | 14 ++++++++++++ gcc/config/s390/s390.cc | 14 ++++++++++-- gcc/config/s390/s390.md | 10 +++++++++ gcc/doc/install.texi | 3 +++ gcc/doc/invoke.texi | 13 ++++++++++- gcc/testsuite/gcc.dg/pr114605.c | 37 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/riscv/tls_1.x | 5 +++++ gcc/testsuite/gcc.target/riscv/tlsdesc.c | 12 +++++++++++ 14 files changed, 174 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr114605.c create mode 100644 gcc/testsuite/gcc.target/riscv/tls_1.x create mode 100644 gcc/testsuite/gcc.target/riscv/tlsdesc.c