Index: libiberty/simple-object-common.h |
diff --git a/libiberty/simple-object-common.h b/libiberty/simple-object-common.h |
index 264b179955e3330687eb81af412f57981f6d579a..bef9b08cef852e16612c1e92cac34c059175e116 100644 |
--- a/libiberty/simple-object-common.h |
+++ b/libiberty/simple-object-common.h |
@@ -148,6 +148,7 @@ struct simple_object_functions |
extern const struct simple_object_functions simple_object_coff_functions; |
extern const struct simple_object_functions simple_object_elf_functions; |
extern const struct simple_object_functions simple_object_mach_o_functions; |
+extern const struct simple_object_functions simple_object_xcoff_functions; |
/* Read SIZE bytes from DESCRIPTOR at file offset OFFSET into BUFFER. |
Return non-zero on success. On failure return 0 and set *ERRMSG |