diff options
author | Fred Fish <fnf@specifix.com> | 1997-04-22 18:57:02 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-04-22 18:57:02 +0000 |
commit | fc77ae8e02795ad77162c99bdc33ebb63c22ed2a (patch) | |
tree | b6400d676201d284efb4ac8d0e0f6dc2fdfc5093 | |
parent | 2d03fffed8e41ce7e46c467dd73f89b8c49ee2fa (diff) | |
download | gdb-fc77ae8e02795ad77162c99bdc33ebb63c22ed2a.zip gdb-fc77ae8e02795ad77162c99bdc33ebb63c22ed2a.tar.gz gdb-fc77ae8e02795ad77162c99bdc33ebb63c22ed2a.tar.bz2 |
* config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Define to use
floatformat_ieee_double_littlebyte_bigword for little endian
target byte order.
* utils.c (floatformat_to_doublest): Create local preswapped
copy of input for floatformat_littlebyte_bigword formats.
(get_field, put_field): Treat floatformat_littlebyte_bigword
the same as floatformat_little.
(floatformat_from_doublest): Postswap output words for
the floatformat_littlebyte_bigwords format.
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ccf170d..bbf86fc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Tue Apr 22 11:58:15 1997 Fred Fish <fnf@cygnus.com> + + * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Define to use + floatformat_ieee_double_littlebyte_bigword for little endian + target byte order. + * utils.c (floatformat_to_doublest): Create local preswapped + copy of input for floatformat_littlebyte_bigword formats. + (get_field, put_field): Treat floatformat_littlebyte_bigword + the same as floatformat_little. + (floatformat_from_doublest): Postswap output words for + the floatformat_littlebyte_bigwords format. + start-sanitize-tic80 Mon Apr 21 22:44:47 1997 Andrew Cagney <cagney@b1.cygnus.com> |