diff options
author | Scott Bambrough <scottb@netwinder.org> | 2000-03-09 21:55:40 +0000 |
---|---|---|
committer | Scott Bambrough <scottb@netwinder.org> | 2000-03-09 21:55:40 +0000 |
commit | f1a6b754ab6c23051e6365b89dd9f89dfbfdf642 (patch) | |
tree | a964d556fadc2f1b03098627c788973d53fb750b /gdb/ChangeLog | |
parent | 9282ff415550175b865c533af5d2f0668646e39f (diff) | |
download | gdb-f1a6b754ab6c23051e6365b89dd9f89dfbfdf642.zip gdb-f1a6b754ab6c23051e6365b89dd9f89dfbfdf642.tar.gz gdb-f1a6b754ab6c23051e6365b89dd9f89dfbfdf642.tar.bz2 |
2000-02-25 Scott Bambrough <scottb@netwinder.org>
* gdb.base/long_long.exp: Correct test suite failure when printing
a long long value as a double on ARM platforms.
ARM doubles use a hybrid endian format. It is not strictly little or big
endian. It is little endian with the words swapped.
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 118da38..96f51d3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2000-02-25 Scott Bambrough <scottb@netwinder.org> + + * gdb.base/long_long.exp: Correct test suite failure when printing + a long long value as a double on ARM platforms. + Thu Mar 9 14:21:07 2000 Andrew Cagney <cagney@b1.cygnus.com> * MAINTAINERS (Core): Anthony Green is the Java - including |