sim: bfin: only regen linux-fixed-code.h in maintainer mode
[deliverable/binutils-gdb.git] / libiberty / simple-object.c
index d000cfc08067e89dce043bc35de9b2726644cb3a..fde3454dd42c8df1e6ba65663ceed796850093e2 100644 (file)
@@ -51,7 +51,8 @@ static const struct simple_object_functions * const format_functions[] =
 {
   &simple_object_elf_functions,
   &simple_object_mach_o_functions,
-  &simple_object_coff_functions
+  &simple_object_coff_functions,
+  &simple_object_xcoff_functions
 };
 
 /* Read data from a file using the simple_object error reporting
This page took 0.028824 seconds and 4 git commands to generate.