summaryrefslogtreecommitdiffstats
path: root/libiberty/simple-object-common.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-02 02:04:42 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-02 02:04:42 +0000
commit2c64b281f32d81eafbf0dce8b103ddbf7398ef2f (patch)
tree5d68e288641c21b158dc93c04378fc96b59bd30b /libiberty/simple-object-common.h
parent1dc7b72d0391e676dc01c6342d0e4d87953d0ca2 (diff)
downloadppe42-gcc-2c64b281f32d81eafbf0dce8b103ddbf7398ef2f.tar.gz
ppe42-gcc-2c64b281f32d81eafbf0dce8b103ddbf7398ef2f.zip
* simple-object-xcoff.c: New file.
* Makefile.in: Add it to build machinery. * simple-object-common.h (simple_object_xcoff_functions): Declare. * simple-object.c (format_functions): Add simple_object_xcoff_functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194774 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/simple-object-common.h')
-rw-r--r--libiberty/simple-object-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/simple-object-common.h b/libiberty/simple-object-common.h
index 264b179955e..bef9b08cef8 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
OpenPOWER on IntegriCloud