record-full: Remove unused function netorder16
[deliverable/binutils-gdb.git] / gdb / i386-nto-tdep.c
index a12a56da3b0619bd732c7d3ccfd1acc04417fd77..3fe715f4ca00cc7dcd36075cfaf3d5e3db945ca4 100644 (file)
@@ -362,6 +362,9 @@ i386nto_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
         = nto_in_dynsym_resolve_code;
     }
   set_solib_ops (gdbarch, &nto_svr4_so_ops);
+
+  set_gdbarch_wchar_bit (gdbarch, 32);
+  set_gdbarch_wchar_signed (gdbarch, 0);
 }
 
 /* Provide a prototype to silence -Wmissing-prototypes.  */
This page took 0.026088 seconds and 4 git commands to generate.