aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-16 01:51:07 +0000
committerAndrew Cagney <cagney@gcc.gnu.org>2003-09-16 01:51:07 +0000
commitc9fbef12bee8504ff48a45e3c67099af6772857d (patch)
tree5c6e1c9bbf676db99a510a4191f0ac8fbdd92f76 /include/ChangeLog
parent602a82f3cfb0d903381a63497fbfa98cf74adeaa (diff)
downloadgcc-c9fbef12bee8504ff48a45e3c67099af6772857d.zip
gcc-c9fbef12bee8504ff48a45e3c67099af6772857d.tar.gz
gcc-c9fbef12bee8504ff48a45e3c67099af6772857d.tar.bz2
Index: include/ChangeLog
2003-09-15 Andrew Cagney <cagney@redhat.com> * floatformat.h (floatformat_to_double): Make input buffer constant. (floatformat_from_double, floatformat_is_valid): Ditto. Index: libiberty/ChangeLog 2003-09-15 Andrew Cagney <cagney@redhat.com> * floatformat.c (get_field): Make "data" constant. (floatformat_is_valid, floatformat_to_double): Make "from" constant, fix casts. (floatformat_from_double): Make "from" constant. From-SVN: r71422
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 037dee5..7d72708 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,5 +1,10 @@
2003-09-15 Andrew Cagney <cagney@redhat.com>
+ * floatformat.h (floatformat_to_double): Make input buffer constant.
+ (floatformat_from_double, floatformat_is_valid): Ditto.
+
+2003-09-15 Andrew Cagney <cagney@redhat.com>
+
* floatformat.h (struct floatformat): Make "exp_bias" signed.
2003-09-15 Daniel Jacobowitz <drow@mvista.com>