[GDBserver] Use pre-generated tdesc as test
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-x86-low.c
index 24b76a71f490277a4e20d2b9f05936c9e00420be..54be82f870f22edd1eba4857ce5bbcd111a84fdd 100644 (file)
@@ -2969,7 +2969,9 @@ initialize_low_arch (void)
   tdesc_amd64_linux_no_xml->xmltarget = xmltarget_amd64_linux_no_xml;
 #endif
 
+#if GDB_SELF_TEST
   initialize_low_tdesc ();
+#endif
 
   tdesc_i386_linux_no_xml = XNEW (struct target_desc);
   copy_target_description (tdesc_i386_linux_no_xml,
This page took 0.024372 seconds and 4 git commands to generate.