Support the fs_base and gs_base registers on i386.
[deliverable/binutils-gdb.git] / gdb / i386-go32-tdep.c
index 06833c346ca6aaf9bed8d0a7f6784beb1b4e3871..30db72d880e0be0fd80e91c3c8ec6a7b2f7299d3 100644 (file)
@@ -35,7 +35,7 @@ i386_go32_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
   /* DJGPP does not support the SSE registers.  */
   if (!tdesc_has_registers (info.target_desc))
-    tdep->tdesc = i386_target_description (X86_XSTATE_X87_MASK);
+    tdep->tdesc = i386_target_description (X86_XSTATE_X87_MASK, false);
 
   /* Native compiler is GCC, which uses the SVR4 register numbering
      even in COFF and STABS.  See the comment in i386_gdbarch_init,
This page took 0.024422 seconds and 4 git commands to generate.