]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: determine page size at runtime
authorPetar Jovanovic <mips32r2@gmail.com>
Fri, 26 Feb 2016 15:30:53 +0000 (15:30 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 26 Feb 2016 15:30:53 +0000 (15:30 +0000)
commitd7a9a37a07a50e59e609a050d52bca769dfdd642
tree0d4569fbd1fd5650a57e4beb4bc1fa7da4102e46
parent8a8b65d1f20c33e02371f5475d391399ccb17780
mips: determine page size at runtime

Instead of passing an option to the configure script, use runtime detection
of the page size. Remove the "--with-pagesize" parameter from the configure
script.
Also accept 8k and 32k as valid page sizes.

Patch by Maran Pakkirisamy

It fixes BZ#342356.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15813
configure.ac
coregrind/m_main.c
coregrind/m_vki.c
include/vki/vki-mips32-linux.h
include/vki/vki-mips64-linux.h