diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-06-27 20:15:01 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2008-06-27 20:15:01 +0000 |
commit | cd0b43b1f14f8d962924a92165b955f4b5956450 (patch) | |
tree | ba3f181010251512cc3612e4372b1d047224a9cd /gdb/ChangeLog | |
parent | 7c0f6dcc1a42f4432e4d26bf2eeceef44f73b6f3 (diff) | |
download | gdb-cd0b43b1f14f8d962924a92165b955f4b5956450.zip gdb-cd0b43b1f14f8d962924a92165b955f4b5956450.tar.gz gdb-cd0b43b1f14f8d962924a92165b955f4b5956450.tar.bz2 |
* dfp.c (decimal_convert): Call match_endianness before and after
conversion.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 43d3851..25b8de3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-06-27 Joseph Myers <joseph@codesourcery.com> + + * dfp.c (decimal_convert): Call match_endianness before and after + conversion. + 2008-06-27 Jonathan Larmour <jifl@eCosCentric.com> * remote.c (remote_insert_breakpoint): Ensure that if Z0 |