]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(struct machine_thread_all_state): New type.
authorRoland McGrath <roland@gnu.org>
Mon, 8 Aug 1994 07:39:58 +0000 (07:39 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 8 Aug 1994 07:39:58 +0000 (07:39 +0000)
sysdeps/mach/mips/thread_state.h

index 541461fd857041dd5bbd59d954b8116505db3b70..f402c1327349537ecc3faabc0a6b7e9cba5738af 100644 (file)
@@ -28,3 +28,11 @@ Cambridge, MA 02139, USA.  */
 
 #define PC pc
 #define SP r29
+
+struct machine_thread_all_state
+  {
+    int set;                   /* Mask of bits (1 << FLAVOR).  */
+    struct mips_thread_state basic;
+    struct mips_exc_state exc;
+    struct mips_float_state fpu;
+  };