]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: adding MIPS64LE support to VEX
authorPetar Jovanovic <mips32r2@gmail.com>
Wed, 27 Feb 2013 22:57:17 +0000 (22:57 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Wed, 27 Feb 2013 22:57:17 +0000 (22:57 +0000)
commita430267b625bb9125e2dafd8f96b7cf5d9693261
tree6119d637bc050c045a476b33dbb82843b2c0535c
parentf7ff09b221510437b47638839851a20da476bd49
mips: adding MIPS64LE support to VEX

Necessary changes to VEX to support MIPS64LE on Linux.
Minor cleanup/style changes embedded in the patch as well.
Patch written by Dejan Jevtic and Petar Jovanovic.

More information about this issue:
https://bugs.kde.org/show_bug.cgi?id=313267

git-svn-id: svn://svn.valgrind.org/vex/trunk@2687
12 files changed:
VEX/auxprogs/genoffsets.c
VEX/priv/guest_mips_defs.h
VEX/priv/guest_mips_helpers.c
VEX/priv/guest_mips_toIR.c
VEX/priv/host_mips_defs.c
VEX/priv/host_mips_defs.h
VEX/priv/host_mips_isel.c
VEX/priv/main_main.c
VEX/pub/libvex.h
VEX/pub/libvex_basictypes.h
VEX/pub/libvex_guest_mips32.h
VEX/pub/libvex_guest_mips64.h [new file with mode: 0644]