summaryrefslogtreecommitdiffstats
path: root/disas/arm-a64.cc
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-11 15:52:18 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:28:23 -0600
commitd04c41f9f389afb2450ec1789bc4b3c324b8ea01 (patch)
treec3bb9fc34adab1252d7032d1a645bca8134ccc6b /disas/arm-a64.cc
parent47eff3960a0a499133bf1a0927a290c29e9274bd (diff)
downloadhqemu-d04c41f9f389afb2450ec1789bc4b3c324b8ea01.zip
hqemu-d04c41f9f389afb2450ec1789bc4b3c324b8ea01.tar.gz
disas/libvixl: Update to upstream VIXL 1.12
Update our copy of libvixl to upstream's 1.12 release. The major benefit from QEMU's point of view is that some instructions previously disassembled as "unimplemented (System)" are now displayed as something more useful. It also fixes some warnings about format strings that newer w64-mingw32 compilers were emitting. We didn't have any local changes to libvixl so nothing needed to be forward-ported. Although this is a large commit (due to upstream renaming most of the files), only a few of the files changed in this commit are not just straight copies of upstream libvixl files: disas/arm-a64.cc disas/libvixl/Makefile.objs disas/libvixl/README Note that this commit introduces some signed-unsigned comparison warnings on the old mingw compilers. Those compilers have broken TLS support anyway so have only ever been much use for compile tests; anybody still using them should add -Wno-sign-compare to their --extra-cflags. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'disas/arm-a64.cc')
-rw-r--r--disas/arm-a64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/arm-a64.cc b/disas/arm-a64.cc
index b57256b..d4d46d5 100644
--- a/disas/arm-a64.cc
+++ b/disas/arm-a64.cc
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "a64/disasm-a64.h"
+#include "vixl/a64/disasm-a64.h"
extern "C" {
#include "disas/bfd.h"
OpenPOWER on IntegriCloud