qemu-e2k/disas/libvixl/vixl/a64
Thomas Huth 4f02d49a80 disas/libvixl: Fix fall-through annotation for GCC >= 7
For compiling with -Wimplicit-fallthrough we need to fix the
fallthrough annotations in the libvixl code. This is based on
the following upstream vixl commit by Martyn Capewell:

 https://git.linaro.org/arm/vixl.git/commit/?id=de326f850f736c3a337

 "GCC 7 enables switch/case fallthrough checking, but this fails in
  VIXL, because the annotation we use is Clang specific.

  Also, fix a missing annotation in the disassembler."

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20201211152426.350966-2-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2020-12-18 09:14:22 +01:00
..
assembler-a64.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
constants-a64.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
cpu-a64.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
decoder-a64.cc disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
decoder-a64.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
disasm-a64.cc disas/libvixl: Fix fall-through annotation for GCC >= 7 2020-12-18 09:14:22 +01:00
disasm-a64.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
instructions-a64.cc disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00
instructions-a64.h disas/libvixl: Update to upstream VIXL 1.12 2016-01-11 16:04:50 +00:00