* config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Define to use
authorFred Fish <fnf@specifix.com>
Tue, 22 Apr 1997 18:57:02 +0000 (18:57 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 22 Apr 1997 18:57:02 +0000 (18:57 +0000)
        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.

gdb/ChangeLog

index ccf170d72b3d9d81f30d6677a984ec29af27643b..bbf86fce3abdd4766379bdd3157e53225d6b2ff6 100644 (file)
@@ -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>