2000-12-03 Ben Elliston <bje@redhat.com>
[deliverable/binutils-gdb.git] / sim / ppc / gen-support.c
index 0f76fe40f090ea3291dfa3ef87e2642d06c62380..56edec38e5fcae8099949eb3d573df88ff700158 100644 (file)
@@ -85,6 +85,10 @@ gen_support_h(insn_table *table,
   insn_table_traverse_function(table,
                               file, NULL,
                               support_h_function);
+  lf_printf(file, "\n");
+  lf_printf(file, "#if (SUPPORT_INLINE & INCLUDE_MODULE)\n");
+  lf_printf(file, "# include \"support.c\"\n");
+  lf_printf(file, "#endif\n");
 }
 
 static void
This page took 0.0231 seconds and 4 git commands to generate.