* i387-tdep.h: Update copyright date.
authorMark Kettenis <kettenis@gnu.org>
Sun, 24 Aug 2003 13:55:48 +0000 (13:55 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 24 Aug 2003 13:55:48 +0000 (13:55 +0000)
(I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.

gdb/ChangeLog
gdb/i387-tdep.h

index cf87a9b54241208790f56286fa1096ab1d9ef846..b85263fe42a080a98b46f7a381c88c944528421e 100644 (file)
@@ -1,5 +1,8 @@
 2003-08-24  Mark Kettenis  <kettenis@gnu.org>
 
+       * i387-tdep.h: Update copyright date.
+       (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
+
        * linux-proc.c (linux_proc_xfer_memory): Remove comment about
        CFLAGS games to reflect reality.
 
index 84c31ec6108ff1270e7527339f116c9ba935623f..654b4a5a2a7fb82b1030a9e6c272e5bcc698e096 100644 (file)
@@ -1,5 +1,6 @@
 /* Target-dependent code for the i387.
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+
+   Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -44,6 +45,12 @@ extern void i387_register_to_value (struct frame_info *frame, int regnum,
 
 extern void i387_value_to_register (struct frame_info *frame, int regnum,
                                    struct type *type, const void *from);
+\f
+
+/* Size of the memory area use by the 'fsave' and 'fxsave'
+   instructions.  */
+#define I387_SIZEOF_FSAVE      108
+#define I387_SIZEOF_FXSAVE     512
 
 /* Fill register REGNUM in GDB's register cache with the appropriate
    value from *FSAVE.  This function masks off any of the reserved
This page took 0.032244 seconds and 4 git commands to generate.