Support the fs_base and gs_base registers on i386.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-x86-tdesc.c
index 04bccc84ed00ab28af9225d9bce85deb79c73c4a..8f24a3d72d161e960ef1119aba04ac13fb53c949 100644 (file)
@@ -87,7 +87,7 @@ i386_linux_read_description (uint64_t xcr0)
 
   if (*tdesc == NULL)
     {
-      *tdesc = i386_create_target_description (xcr0, true);
+      *tdesc = i386_create_target_description (xcr0, true, false);
 
       init_target_desc (*tdesc, i386_expedite_regs);
     }
This page took 0.024567 seconds and 4 git commands to generate.