forked from Imagelibrary/binutils-gdb
* coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
* libcoff-in.h (struct xcoff_tdata): Define xcoff64 field. * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
This commit is contained in:
@@ -126,6 +126,9 @@ struct xcoff_tdata
|
||||
/* Basic COFF information. */
|
||||
coff_data_type coff;
|
||||
|
||||
/* True if this is an XCOFF64 file. */
|
||||
boolean xcoff64;
|
||||
|
||||
/* True if a large a.out header should be generated. */
|
||||
boolean full_aouthdr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user