diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-31 17:52:38 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-31 17:52:38 +0000 |
commit | c38d39c99c3c76f028b729dcd6defb383f896b2b (patch) | |
tree | 69274e75c365b78edbbe34b9519e23aa866c0043 /include/ChangeLog | |
parent | 015c7d86c954fbfaf9daa2e5a659163f5f31fc3c (diff) | |
download | gcc-c38d39c99c3c76f028b729dcd6defb383f896b2b.tar.gz |
from Mark Kettenis <kettenis@gnu.org>
* floatformat.c (floatformat_vax_aingle, floatformat_vax_double):
New variables.
* floatformat.h (enum floatformat_byteorders): Add
floatformat_vax.
(floatformat_vax_aingle, floatformat_vax_double): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106281 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index bdd47bb98c2..575bcf73db7 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2005-10-31 Mark Kettenis <kettenis@gnu.org> + + * floatformat.h (enum floatformat_byteorders): Add + floatformat_vax. + (floatformat_vax_aingle, floatformat_vax_double): Declare. + 2005-09-26 Mark Mitchell <mark@codesourcery.com> * libiberty.h (expandargv): New function. |