This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 73aeec31c5e RISC-V: Add viota missed avl_type attribute new 00d7c37df2e LoongArch: Add support for D frontend. new a281f87f0de libruntime: Add fiber context switch code for LoongArch. new ecedb596175 libphobos: Update build scripts for LoongArch64.
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: gcc/config.gcc | 1 + .../{sparc/sparc-d.cc => loongarch/loongarch-d.cc} | 38 +++--- .../xtensa-opts.h => loongarch/loongarch-d.h} | 20 ++-- gcc/config/loongarch/t-loongarch | 4 + libphobos/configure | 21 +++- libphobos/configure.tgt | 3 + libphobos/libdruntime/Makefile.am | 3 + libphobos/libdruntime/Makefile.in | 98 +++++++++------ .../libdruntime/config/loongarch/switchcontext.S | 133 +++++++++++++++++++++ libphobos/libdruntime/gcc/sections/elf.d | 2 + libphobos/libdruntime/gcc/unwind/generic.d | 1 + libphobos/m4/druntime/cpu.m4 | 5 + 12 files changed, 258 insertions(+), 71 deletions(-) copy gcc/config/{sparc/sparc-d.cc => loongarch/loongarch-d.cc} (64%) copy gcc/config/{xtensa/xtensa-opts.h => loongarch/loongarch-d.h} (63%) create mode 100644 libphobos/libdruntime/config/loongarch/switchcontext.S