|
From: <sv...@va...> - 2005-05-15 17:39:31
|
Author: njn
Date: 2005-05-15 18:38:56 +0100 (Sun, 15 May 2005)
New Revision: 3724
Modified:
trunk/coregrind/amd64/core_arch.h
trunk/coregrind/arm/core_arch.h
trunk/coregrind/x86/core_arch.h
Log:
Remove dead constant.
Modified: trunk/coregrind/amd64/core_arch.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/amd64/core_arch.h 2005-05-15 17:28:26 UTC (rev 3723)
+++ trunk/coregrind/amd64/core_arch.h 2005-05-15 17:38:56 UTC (rev 3724)
@@ -105,9 +105,6 @@
Miscellaneous constants
------------------------------------------------------------------ */
=20
-// Valgrind's signal stack size, in words.
-#define VGA_SIGSTACK_SIZE_W 10000
-
// Valgrind's stack size, in words.
#define VGA_STACK_SIZE_W 16384
=20
Modified: trunk/coregrind/arm/core_arch.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/arm/core_arch.h 2005-05-15 17:28:26 UTC (rev 3723)
+++ trunk/coregrind/arm/core_arch.h 2005-05-15 17:38:56 UTC (rev 3724)
@@ -106,9 +106,6 @@
Miscellaneous constants
------------------------------------------------------------------ */
=20
-// Valgrind's signal stack size, in words.
-#define VGA_SIGSTACK_SIZE_W 10000
-
// Base address of client address space.
#define VGA_CLIENT_BASE 0x0ul
=20
Modified: trunk/coregrind/x86/core_arch.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/x86/core_arch.h 2005-05-15 17:28:26 UTC (rev 3723)
+++ trunk/coregrind/x86/core_arch.h 2005-05-15 17:38:56 UTC (rev 3724)
@@ -109,9 +109,6 @@
Miscellaneous constants
------------------------------------------------------------------ */
=20
-// Valgrind's signal stack size, in words.
-#define VGA_SIGSTACK_SIZE_W 10000
-
// Valgrind's stack size, in words.
#define VGA_STACK_SIZE_W 16384
=20
|