diff options
author | Nicholas Duffek <nsd@redhat.com> | 2000-06-16 20:40:50 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2000-06-16 20:40:50 +0000 |
commit | 4c80de28dbf27a56aa47829927daa0f23d748845 (patch) | |
tree | 0f1141fc5b45175d53ece7d7a5e74cfacd02ce83 /bfd/libcoff-in.h | |
parent | 36489ef567b422ecc6164a9505868f5c7f60364b (diff) | |
download | gdb-4c80de28dbf27a56aa47829927daa0f23d748845.tar.gz |
* 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.
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r-- | bfd/libcoff-in.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h index 9b1a0268487..3fae93cf866 100644 --- a/bfd/libcoff-in.h +++ b/bfd/libcoff-in.h @@ -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; |