From 07a8e9f0361a21ecced933a32e98a38e7b04d590 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 7 Jan 2013 20:28:44 +0000 Subject: merge from gcc --- libiberty/simple-object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libiberty/simple-object.c') diff --git a/libiberty/simple-object.c b/libiberty/simple-object.c index d000cfc..fde3454 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 -- cgit v1.1