* doublest.c (floatformat_from_length): Use the right element from
[deliverable/binutils-gdb.git] / gdb / sparcnbsd-tdep.c
index 6c16a9bb57a2e9c2584b06055d6839d3c827d5c8..0b8d86ef85dd53a272ec7fff46e7dac626cbaed9 100644 (file)
@@ -293,7 +293,7 @@ sparc32nbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
   /* NetBSD doesn't support the 128-bit `long double' from the psABI.  */
   set_gdbarch_long_double_bit (gdbarch, 64);
-  set_gdbarch_long_double_format (gdbarch, &floatformat_ieee_double_big);
+  set_gdbarch_long_double_format (gdbarch, floatformats_ieee_double);
 
   tdep->gregset = regset_alloc (gdbarch, sparc32nbsd_supply_gregset, NULL);
   tdep->sizeof_gregset = 20 * 4;
This page took 0.02339 seconds and 4 git commands to generate.