nto & lynx x86: call init_target_desc
[deliverable/binutils-gdb.git] / gdb / gdbserver / lynx-i386-low.c
index 57181d677d279aa888c1070cde0774a65ccefa72..a7eae1da988273cf26a0b7d0b12774617b91e20f 100644 (file)
@@ -293,7 +293,12 @@ lynx_i386_store_fpregset (struct regcache *regcache, const char *buf)
 static void
 lynx_i386_arch_setup (void)
 {
-  lynx_tdesc = i386_create_target_description (X86_XSTATE_SSE_MASK, false);
+  struct target_desc *tdesc
+    = i386_create_target_description (X86_XSTATE_SSE_MASK, false);
+
+  init_target_desc (tdesc);
+
+  lynx_tdesc = tdesc;
 }
 
 /* Description of all the x86-lynx register sets.  */
This page took 0.024755 seconds and 4 git commands to generate.