diff options
author | cagney <cagney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-15 21:28:49 +0000 |
---|---|---|
committer | cagney <cagney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-15 21:28:49 +0000 |
commit | 4b1311e7e5814038e85ec1979590627ed0637fb2 (patch) | |
tree | b72bb9e7cd2a18c3d9482e542b91a97a7d7a2534 /include/ChangeLog | |
parent | f41d3a7ec8da4cd99406b6b5f0ae4bb1ce697e4d (diff) | |
download | gcc-4b1311e7e5814038e85ec1979590627ed0637fb2.tar.gz |
2003-09-15 Andrew Cagney <cagney@redhat.com>
* floatformat.h (struct floatformat): Make "exp_bias" signed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71407 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 2f29f64c147..037dee57f92 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2003-09-15 Andrew Cagney <cagney@redhat.com> + + * floatformat.h (struct floatformat): Make "exp_bias" signed. + 2003-09-15 Daniel Jacobowitz <drow@mvista.com> * floatformat.h (floatformat_is_valid): Add prototype. |