merge from gcc
This commit is contained in:
parent
f2a6224b9c
commit
07a8e9f036
6 changed files with 928 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue