This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4cd4c34acda RISC-V: Fix typo[VSETVL PASS] new 93a46d18f52 LoongArch: Add enum-style -mexplicit-relocs= option new 8811630df88 LoongArch: Use explicit relocs for GOT access when -mexplic [...] new 95db62f4ad4 LoongArch: Use explicit relocs for TLS access with -mexplic [...] new 83e24e8c1e5 LoongArch: Use explicit relocs for addresses only used for [...] new e1b1cba141a LoongArch: Document -mexplicit-relocs={auto,none,always}
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: gcc/config/loongarch/genopts/loongarch-strings | 6 + gcc/config/loongarch/genopts/loongarch.opt.in | 21 +++- gcc/config/loongarch/loongarch-def.h | 6 + gcc/config/loongarch/loongarch-protos.h | 1 + gcc/config/loongarch/loongarch-str.h | 5 + gcc/config/loongarch/loongarch.cc | 75 ++++++++++-- gcc/config/loongarch/loongarch.h | 3 + gcc/config/loongarch/loongarch.md | 128 ++++++++++++++++++++- gcc/config/loongarch/loongarch.opt | 21 +++- gcc/config/loongarch/predicates.md | 15 ++- gcc/doc/invoke.texi | 37 ++++-- .../loongarch/explicit-relocs-auto-lto.c | 26 +++++ ...licit-relocs-auto-single-load-store-no-anchor.c | 6 + .../explicit-relocs-auto-single-load-store.c | 14 +++ .../loongarch/explicit-relocs-auto-tls-ld-gd.c | 9 ++ .../loongarch/explicit-relocs-auto-tls-le-ie.c | 6 + 16 files changed, 343 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/gcc.target/loongarch/explicit-relocs-auto-lto.c create mode 100644 gcc/testsuite/gcc.target/loongarch/explicit-relocs-auto-single- [...] create mode 100644 gcc/testsuite/gcc.target/loongarch/explicit-relocs-auto-single- [...] create mode 100644 gcc/testsuite/gcc.target/loongarch/explicit-relocs-auto-tls-ld-gd.c create mode 100644 gcc/testsuite/gcc.target/loongarch/explicit-relocs-auto-tls-le-ie.c