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-common.h | |
parent | f2a6224b9cebb750e91014fe824390bc271cfa34 (diff) | |
download | gdb-07a8e9f0361a21ecced933a32e98a38e7b04d590.zip gdb-07a8e9f0361a21ecced933a32e98a38e7b04d590.tar.gz gdb-07a8e9f0361a21ecced933a32e98a38e7b04d590.tar.bz2 |
merge from gcc
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 264b179..bef9b08 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 |