aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport')
-rw-r--r--gdbsupport/tdesc.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbsupport/tdesc.cc b/gdbsupport/tdesc.cc
index c04f494..b2deea0 100644
--- a/gdbsupport/tdesc.cc
+++ b/gdbsupport/tdesc.cc
@@ -400,7 +400,6 @@ void print_xml_feature::visit (const tdesc_reg *r)
void print_xml_feature::visit_pre (const target_desc *e)
{
-#ifndef IN_PROCESS_AGENT
add_line ("<?xml version=\"1.0\"?>");
add_line ("<!DOCTYPE target SYSTEM \"gdb-target.dtd\">");
add_line ("<target>");
@@ -418,7 +417,6 @@ void print_xml_feature::visit_pre (const target_desc *e)
for (const auto &c : compatible_list)
add_line ("<compatible>%s</compatible>",
tdesc_compatible_info_arch_name (c));
-#endif
}
void print_xml_feature::visit_post (const target_desc *e)