diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2013-01-02 02:04:42 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2013-01-01 21:04:42 -0500 |
commit | a9b01f002fc2f86a7a1c3f7eed730a5007be3c73 (patch) | |
tree | 5d68e288641c21b158dc93c04378fc96b59bd30b /libiberty/simple-object-common.h | |
parent | 0331d94dae2ed9a837acb9abcd51aafc7d2dd7fb (diff) | |
download | gcc-a9b01f002fc2f86a7a1c3f7eed730a5007be3c73.tar.gz |
simple-object-xcoff.c: New file.
* 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.
From-SVN: r194774
Diffstat (limited to 'libiberty/simple-object-common.h')
-rw-r--r-- | libiberty/simple-object-common.h | 1 |
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 |