This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
This patch updates documents for libgcc, instruction pattern names,
and rtl names for fixed-point conversions. Thanks!
Regards,
Chao-ying
2007-06-13 Chao-ying Fu <fu@mips.com>
Nigel Stephens <nigel@mips.com>
* doc/libgcc.texi (Fixed-point fractional library routines): New node.
* doc/md.texi (fixed_all, sat_fixed_all, fixed_uint, sat_fixed_uint):
Rename to...
(fract, satfract, fractuns, satfractuns): ...this.
* doc/rtl.texi (fixed_all, sat_fixed_all, fixed_uint, sat_fixed_uint):
Rename to...
(fract_convert, sat_fract, unsigned_fract_convert,
unsigned_sat_fract): ...this.
Attachment:
gcc.diff.gz
Description: gcc.diff.gz
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |