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 | a2fdf27064805ed9e44e486fb20a4445e681cabe (patch) | |
tree | 99f315cf53c92229c29e2aa1105bd4eaf4a95960 /bfd/libcoff-in.h | |
parent | 9bd09e220fef247580c9736ab0d680c875c11f93 (diff) | |
download | gdb-a2fdf27064805ed9e44e486fb20a4445e681cabe.zip gdb-a2fdf27064805ed9e44e486fb20a4445e681cabe.tar.gz gdb-a2fdf27064805ed9e44e486fb20a4445e681cabe.tar.bz2 |
* 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 9b1a026..3fae93c 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; |