| Index: libiberty/simple-object.c
|
| diff --git a/libiberty/simple-object.c b/libiberty/simple-object.c
|
| index d000cfc08067e89dce043bc35de9b2726644cb3a..fde3454dd42c8df1e6ba65663ceed796850093e2 100644
|
| --- a/libiberty/simple-object.c
|
| +++ b/libiberty/simple-object.c
|
| @@ -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
|
|
|