This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/qemu.
from e0d8bb9800 Merge tag 'misc-next-pull-request' of https://gitlab.com/ber [...] adds 00952d93e0 target/loongarch: Fix macros SET_FPU_* in cpu.h adds 4cbadc40b9 hw/loongarch: remove acpi-build.c unused variable 'aml_len' adds 1fe8ac3511 target/loongarch: Fix GDB get the wrong pc adds cd8ef0ed3b target/loongarch: add gdb_arch_name() adds 96c3298c0a target/loongarch: update loongarch-base64.xml adds d182c39000 target/loongarch: Update loongarch-fpu.xml adds 2f149c759f target/loongarch: Update gdb_set_fpu() and gdb_get_fpu() adds c669f22f1a Merge tag 'pull-la-20220805' of https://gitlab.com/rth7680/q [...]
No new revisions were added by this update.
Summary of changes: configs/targets/loongarch64-softmmu.mak | 2 +- gdb-xml/loongarch-base64.xml | 13 ++++---- gdb-xml/loongarch-fpu.xml | 50 +++++++++++++++++++++++++++++ gdb-xml/loongarch-fpu64.xml | 57 --------------------------------- hw/loongarch/acpi-build.c | 11 +------ linux-user/loongarch64/signal.c | 24 ++------------ target/loongarch/cpu.c | 8 ++++- target/loongarch/cpu.h | 18 +++++++++-- target/loongarch/gdbstub.c | 43 +++++++++++++++++++------ target/loongarch/internals.h | 3 ++ 10 files changed, 119 insertions(+), 110 deletions(-) create mode 100644 gdb-xml/loongarch-fpu.xml delete mode 100644 gdb-xml/loongarch-fpu64.xml