|
From: <sv...@va...> - 2005-05-13 21:44:08
|
Author: njn
Date: 2005-05-13 22:44:07 +0100 (Fri, 13 May 2005)
New Revision: 3695
Modified:
trunk/coregrind/amd64/core_arch.h
trunk/coregrind/arm/core_arch.h
trunk/coregrind/core.h
Log:
Remove all traces of the now-defunct ThreadArchAux type.
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-13 21:42:08 UTC (rev 3694)
+++ trunk/coregrind/amd64/core_arch.h 2005-05-13 21:44:07 UTC (rev 3695)
@@ -104,17 +104,6 @@
typedef VexGuestAMD64State VexGuestArchState;
=20
/* ---------------------------------------------------------------------
- libpthread stuff
- ------------------------------------------------------------------ */
-
-// ToDo XXX??? not at all sure about this...
-struct _ThreadArchAux {
- // void* tls_data;
- // int tls_segment;
- // unsigned long sysinfo;
-};
-
-/* ---------------------------------------------------------------------
Miscellaneous constants
------------------------------------------------------------------ */
=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-13 21:42:08 UTC (rev 3694)
+++ trunk/coregrind/arm/core_arch.h 2005-05-13 21:44:07 UTC (rev 3695)
@@ -105,14 +105,6 @@
typedef VexGuestARMState VexGuestArchState;
=20
/* ---------------------------------------------------------------------
- libpthread stuff
- ------------------------------------------------------------------ */
-
-struct _ThreadArchAux {
- // XXX: nothing?
-};
-
-/* ---------------------------------------------------------------------
Miscellaneous constants
------------------------------------------------------------------ */
=20
Modified: trunk/coregrind/core.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/core.h 2005-05-13 21:42:08 UTC (rev 3694)
+++ trunk/coregrind/core.h 2005-05-13 21:44:07 UTC (rev 3695)
@@ -907,9 +907,7 @@
// Used by leakcheck
extern void VGA_(mark_from_registers)(ThreadId tid, void (*marker)(Addr)=
);
=20
-////typedef struct _ThreadArchAux ThreadArchAux;
=20
-
// ---------------------------------------------------------------------
// Platform-specific things defined in eg. x86/*.c
// ---------------------------------------------------------------------
|