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-arm in repository toolchain/ci/qemu.
from 6723ff639c Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2021 [...] adds c23b5764e7 Hexagon (target/hexagon) probe the stores in a packet at sta [...] adds f844f745a8 target/hexagon: Remove unused TCG temporary from predicated loads adds 23803bbe52 target/hexagon: Use tcg_constant_* adds ca61fa4b80 Merge remote-tracking branch 'remotes/quic/tags/pull-hex-202 [...]
No new revisions were added by this update.
Summary of changes: target/hexagon/gen_tcg.h | 6 +-- target/hexagon/gen_tcg_funcs.py | 4 +- target/hexagon/genptr.c | 39 +++++--------- target/hexagon/helper.h | 2 + target/hexagon/macros.h | 5 +- target/hexagon/op_helper.c | 16 ++++++ target/hexagon/translate.c | 64 +++++++++++++++-------- tests/tcg/hexagon/Makefile.target | 1 + tests/tcg/hexagon/hex_sigsegv.c | 106 ++++++++++++++++++++++++++++++++++++++ 9 files changed, 185 insertions(+), 58 deletions(-) create mode 100644 tests/tcg/hexagon/hex_sigsegv.c