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]

[fixed-point] Patch to fix a typo and add a cast


Hi,

  This patch fixes a typo in libgcc.texi and
uses a cast for the first parameter when calling real_to_integer2
in fixed-value.c.  Thanks!

Regards,
Chao-ying

2007-06-15  Chao-ying Fu  <fu@mips.com>

	* doc/libgcc.texi (Fixed-point fractional library routines): Fix a typo.
	* fixed-value.c (fixed_from_string): Use a cast for the first
	parameter when calling real_to_integers.
	(fixed_convert_from_real): Likewise.

Attachment: gcc.diff
Description: gcc.diff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]