On Sat, 1 May 2021 at 19:43, Richard Henderson <richard.hender...@linaro.org> wrote: > > The following changes since commit 8f860d2633baf9c2b6261f703f86e394c6bc22ca: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-04-30' > into staging (2021-04-30 16:02:00 +0100) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-hex-20210501 > > for you to fetch changes up to 26f7c044ad234c3dfa7ca2ddf047a71d815e66dc: > > Hexagon (target/hexagon) CABAC decode bin (2021-05-01 08:31:43 -0700) > > ---------------------------------------------------------------- > Minor cleanups. > Finish the rest of the hexagon integer instructions. > > ----------------------------------------------------------------
Build failure on the gitlab CI "clang-user" job: https://gitlab.com/qemu-project/qemu/-/jobs/1229108656 ../target/hexagon/genptr.c:31:20: error: unused function 'gen_read_reg' [-Werror,-Wunused-function] static inline TCGv gen_read_reg(TCGv result, int num) ^ ../target/hexagon/genptr.c:322:20: error: unused function 'gen_set_byte' [-Werror,-Wunused-function] static inline void gen_set_byte(int N, TCGv result, TCGv src) ^ (this is clang being stricter than gcc about unused static inline functions again.) thanks -- PMM