Document i387_ext, i386_eflags and i386_mxcsr.

2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>

	* gdb.texinfo (Predefined Target Types): Add i387_ext,
	i386_eflags and i386_mxcsr.
This commit is contained in:
H.J. Lu 2010-02-09 18:58:57 +00:00
parent f18b4cabe2
commit 075b51b779
2 changed files with 14 additions and 0 deletions

View 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.

View 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