OSDN Git Service

Document i387_ext, i386_eflags and i386_mxcsr.
authorhjl <hjl>
Tue, 9 Feb 2010 18:58:57 +0000 (18:58 +0000)
committerhjl <hjl>
Tue, 9 Feb 2010 18:58:57 +0000 (18:58 +0000)
2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>

* gdb.texinfo (Predefined Target Types): Add i387_ext,
i386_eflags and i386_mxcsr.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 8027d58..dbd12df 100644 (file)
@@ -1,3 +1,8 @@
+2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gdb.texinfo (Predefined Target Types): Add i387_ext,
+       i386_eflags and i386_mxcsr.
+
 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gdb.texinfo: Document i386 target features.
index b31cfed..81c0b6b 100644 (file)
@@ -32749,6 +32749,15 @@ Double precision IEEE floating point.
 @item arm_fpa_ext
 The 12-byte extended precision format used by ARM FPA registers.
 
+@item i387_ext
+The 10-byte extended precision format used by x87 registers.
+
+@item i386_eflags
+32bit @sc{eflags} register used by x86.
+
+@item i386_mxcsr
+32bit @sc{mxcsr} register used by x86.
+
 @end table
 
 @node Standard Target Features