]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Create and use bigendian versions of MC_(helperc_{LOAD,STORE}V{2,4,8}).
authorJulian Seward <jseward@acm.org>
Fri, 8 Jul 2005 01:29:33 +0000 (01:29 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 8 Jul 2005 01:29:33 +0000 (01:29 +0000)
commit87b4da1f0bcbd88f8f0c08c6fc2d3bad078cf9b5
tree9d8b7f06fa3f453bdb3bfd2050052b9793892391
parent44d914f206e4bf155d65c851ce59ed106f2713fa
Create and use bigendian versions of MC_(helperc_{LOAD,STORE}V{2,4,8}).
This involved some serious nastyness from the Department of Cpp Abuse.

Memcheck still bombs on ppc32 for unknown reasons.

There are still endianness issues within these functions, I think.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4129
memcheck/mc_include.h
memcheck/mc_main.c
memcheck/mc_translate.c