diff options
author | DJ Delorie <dj@redhat.com> | 2013-01-07 20:28:44 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2013-01-07 20:28:44 +0000 |
commit | 07a8e9f0361a21ecced933a32e98a38e7b04d590 (patch) | |
tree | a27a94876953e454a953198f91100749b0974353 /libiberty/simple-object.c | |
parent | f2a6224b9cebb750e91014fe824390bc271cfa34 (diff) | |
download | gdb-07a8e9f0361a21ecced933a32e98a38e7b04d590.zip gdb-07a8e9f0361a21ecced933a32e98a38e7b04d590.tar.gz gdb-07a8e9f0361a21ecced933a32e98a38e7b04d590.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/simple-object.c')
-rw-r--r-- | libiberty/simple-object.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |