Index: doublest.c =================================================================== RCS file: /cvs/src/src/gdb/doublest.c,v retrieving revision 1.22 diff -p -p -r1.22 doublest.c *** doublest.c 24 Aug 2004 22:49:27 -0000 1.22 --- doublest.c 4 Dec 2004 14:33:34 -0000 *************** get_field (unsigned char *data, enum flo *** 94,106 **** switch (order) { case floatformat_little: ++cur_byte; break; case floatformat_big: --cur_byte; break; - case floatformat_littlebyte_bigword: - break; } } if (len < sizeof(result) * FLOATFORMAT_CHAR_BIT) --- 94,105 ---- switch (order) { case floatformat_little: + case floatformat_littlebyte_bigword: ++cur_byte; break; case floatformat_big: --cur_byte; break; } } if (len < sizeof(result) * FLOATFORMAT_CHAR_BIT)