Commits
mini-mips64n32…
Name already in use
Commits on Nov 26, 2015
-
-
-
-
mips64: Fix cvm_bbit test on n32 ABI
Normal long ints are 32bit on N32 and this caused the test to loop infinitely.
-
-
mips64: Fix blksys_* sizes on N32 abi
These need to be pointer-sized.
-
mips64: Use 64bit syscall args for n32
This seems to be required for stuff like lseek64 to work with the N32 ABI.
-
mips64: Fix stack unwinding with N32 ABI
When reading a register saved on the stack read a register-sized quantity rather than a pointer-sized quantity.
-
-
mips64: Syscall arguments and result are 64bit
This fixes stuff like lseek on large files.
-
-
mips64n32: Redirect ld.so.1 correctly
Unlike normal mips64 for N32 the loader is called ld.so.1. It also needs hardwired redirections for strcmp and strchr/index.
-
mips64n32: Fix the CALL_FN_ macros by using long long everywhere
This changes the type of the argvec and res to be equal to register size on both mips64n32 and mips64. It's not clear that passing 64bit arguments is useful on n32. An alternative solution would be to have an #ifdef PLAT_mips64n32_linux which redefines all the macros and changes asm offsets to multiples of 4 instead of 8.
-
-
-
-
mips64n32: Fix _VKI_NSIG_BPW to use __SIZEOF_LONG__
This makes the definition for mips64 also work on mips64n32.
-
-
-
-
-
-
-
-
mips: Support for Accelerated Thread Local Storage (TLS) Access optim…
…ization on CVM MIPS
-
tests: Fix filters to run with busybox sed
Whitespace around the comma in a range is accepted by GNU sed but this seems to be non-standard.
Commits on Sep 8, 2015
-
Announce fix for BZ #352284. See VEX r3186
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15642 a5019735-40e9-0310-863c-91ae7b9d1cf9
florian committedSep 8, 2015 -
Make distcheck happy. Fix srcdir != builddir in none/tests/tilegx.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15641 a5019735-40e9-0310-863c-91ae7b9d1cf9
mjw committedSep 8, 2015
Commits on Sep 7, 2015
-
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15640 a5019735-40e9-0310-863c-91ae7b9d1cf9
sewardj committedSep 7, 2015 -
Make sure the result value of count_from_Status is defined.
Fixes #330147. [Unverified!] git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15639 a5019735-40e9-0310-863c-91ae7b9d1cf9
sewardj committedSep 7, 2015 -
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15638 a5019735-40e9-0310-863c-91ae7b9d1cf9
florian committedSep 7, 2015 -
Rephrase Callgrind manual about limiting event aggregation
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15637 a5019735-40e9-0310-863c-91ae7b9d1cf9
weidendo committedSep 7, 2015 -
Always use posix_memalign on OS X for consistency. No functional change.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15636 a5019735-40e9-0310-863c-91ae7b9d1cf9
sewardj committedSep 7, 2015