* ldexp.c (exp_print_tree): Print function-like binary nodes as

functions rather than in-fix operators.  Use fputs and fputc
	where appropriate.
This commit is contained in:
Alan Modra
2010-07-28 06:43:32 +00:00
parent 5a93804749
commit ae78bbeb22
2 changed files with 35 additions and 11 deletions

View File

@ -1,3 +1,9 @@
2010-07-28 Alan Modra <amodra@gmail.com>
* ldexp.c (exp_print_tree): Print function-like binary nodes as
functions rather than in-fix operators. Use fputs and fputc
where appropriate.
2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
Ina Pandit <ina.pandit@kpitcummins.com>