Re: i386.record.floating.point.patch : with more testing and assurity
Hui Zhu <teawater <at> gmail.com>
2009-07-01 05:53:19 GMT
About this patch, I say my idea again, I told in
http://sourceware.org/ml/gdb-patches/2009-06/msg00014.html
<at> <at> -145,7 +145,22 <at> <at>
I386_ES_REGNUM, /* %es */
I386_FS_REGNUM, /* %fs */
I386_GS_REGNUM, /* %gs */
- I386_ST0_REGNUM /* %st(0) */
+ I386_ST0_REGNUM, /* %st(0) */
+ I386_ST1_REGNUM, /* %st(1) */
+ I386_ST2_REGNUM, /* %st(2) */
+ I386_ST3_REGNUM, /* %st(3) */
+ I386_ST4_REGNUM, /* %st(4) */
+ I386_ST5_REGNUM, /* %st(5) */
+ I386_ST6_REGNUM, /* %st(6) */
+ I386_ST7_REGNUM, /* %st(7) */
+ I386_FCTRL, /* floating point env regs : FCTRL-FOP */
+ I386_FSTAT,
+ I386_FTAG,
+ I386_FISEG,
+ I386_FIOFF,
+ I386_FOSEG,
+ I386_FOOFF,
+ I386_FOP
};
You are working on make prec x86 support fp insn, not to extend the fp
function of i386 (If you want, you can make a special patch for it).
Hui
(Continue reading)