]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Renamed and retyped the fields relating to valgrind's stack in os_state_t to
authorNicholas Nethercote <njn@valgrind.org>
Tue, 5 Apr 2005 02:49:09 +0000 (02:49 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 5 Apr 2005 02:49:09 +0000 (02:49 +0000)
commitfe21329e16b46b4fd2dda7d86c19ea082a0e6f2f
tree00bbfdf8364419e5eb52320262b43617d9dc40ae
parenteaea598d4182496b3a45da38af026afcfe6767ef
Renamed and retyped the fields relating to valgrind's stack in os_state_t to
make their role clearer and their behaviour more consistent with the fields
describing the client's stack.  Also made the code in x86-linux/syscalls.c
and amd64-linux/syscalls.c more word-size-independent, which is not strictly
necessary but makes the code similarities between the two files more
obvious.

One consequence of this is that Valgrind's stack on AMD64 is now 16384 * 8
bytes, rather than 16384 * 4 bytes.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3520
coregrind/amd64-linux/syscalls.c
coregrind/core.h
coregrind/linux/core_os.c
coregrind/linux/core_os.h
coregrind/vg_main.c
coregrind/vg_mylibc.c
coregrind/vg_signals.c
coregrind/x86-linux/syscalls.c