mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
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:
@ -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>
|
2010-02-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* gdb.texinfo: Document i386 target features.
|
* gdb.texinfo: Document i386 target features.
|
||||||
|
@ -32749,6 +32749,15 @@ Double precision IEEE floating point.
|
|||||||
@item arm_fpa_ext
|
@item arm_fpa_ext
|
||||||
The 12-byte extended precision format used by ARM FPA registers.
|
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
|
@end table
|
||||||
|
|
||||||
@node Standard Target Features
|
@node Standard Target Features
|
||||||
|
Reference in New Issue
Block a user