diff -uprN src0/gdb/doublest.c src1/gdb/doublest.c --- src0/gdb/doublest.c 2009-07-06 09:28:17.000000000 -0400 +++ src1/gdb/doublest.c 2009-08-06 10:29:26.000000000 -0400 @@ -100,6 +100,10 @@ get_field (const bfd_byte *data, enum fl case floatformat_big: --cur_byte; break; + case floatformat_littlebyte_bigword: + case floatformat_vax: + /* FIXME */ + break; } } if (len < sizeof(result) * FLOATFORMAT_CHAR_BIT)