diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-03-02 06:50:50 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-03-02 06:50:50 +0000 |
commit | 3db87ba3caf19203c987d1e121cfc0ba2374df27 (patch) | |
tree | 4a874d45dd514db141220c4173cf69ac4e91eef1 /gdb/ChangeLog | |
parent | 6c7e601e3ebf5781d8b834a49ae8e63824a3a142 (diff) | |
download | gdb-3db87ba3caf19203c987d1e121cfc0ba2374df27.zip gdb-3db87ba3caf19203c987d1e121cfc0ba2374df27.tar.gz gdb-3db87ba3caf19203c987d1e121cfc0ba2374df27.tar.bz2 |
Fixes for extract_floating() and store_floating().
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 930d6b1..0d84277 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2000-03-02 Kevin Buettner <kevinb@redhat.com> + + * findvar.c (extract_floating, store_floating): Use target + floating point type sizes rather host sizes to determine + which conversion needs to be done. + 2000-03-02 Nick Duffek <nsd@cygnus.com> * uw-thread.c: Apply GNU conventions to comment formatting. |