diff options
author | DJ Delorie <dj@redhat.com> | 2005-08-17 18:03:42 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-08-17 18:03:42 +0000 |
commit | 3b6940c0d1e5be395d19c787d33e65f6edb545b2 (patch) | |
tree | 5020be65693b7851946a6686d3c2fd9d788cad79 /include/ChangeLog | |
parent | e1e3d0f5e6f2d0b5f868e213514f0613e2818290 (diff) | |
download | gdb-3b6940c0d1e5be395d19c787d33e65f6edb545b2.zip gdb-3b6940c0d1e5be395d19c787d33e65f6edb545b2.tar.gz gdb-3b6940c0d1e5be395d19c787d33e65f6edb545b2.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 3dd0c4d..570af43 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,14 @@ +2005-08-17 Mark Kettenis <kettenis@gnu.org> + + * floatformat.h (struct floatformat): Change type of large + argument for is_valid member to `const void *'. + (floatformat_to_double): Change type of second argument to `const + void *'. + (floatformat_from_double): Change type of last argument to `void + *'. + (floatformat_is_valid): Change type of last argument to `const + void *'. + 2005-07-14 Jim Blandy <jimb@redhat.com> * dis-asm.h (print_insn_m32c): New declaration. |