Support the fs_base and gs_base registers on i386.
[deliverable/binutils-gdb.git] / gdb / i386-linux-tdep.c
index da81715061e0587c3ae018d4717c8c3555a9c29e..fa6b86f1c89baacddb49af0254e783ca21d1fc6c 100644 (file)
@@ -694,7 +694,7 @@ i386_linux_read_description (uint64_t xcr0)
     [(xcr0 & X86_XSTATE_PKRU) ? 1 : 0];
 
   if (*tdesc == NULL)
-    *tdesc = i386_create_target_description (xcr0, true);
+    *tdesc = i386_create_target_description (xcr0, true, false);
 
   return *tdesc;
 }
This page took 0.0246 seconds and 4 git commands to generate.