summaryrefslogtreecommitdiff
path: root/bfd/libcoff-in.h
diff options
context:
space:
mode:
authorNicholas Duffek <nsd@redhat.com>2000-06-16 20:40:50 +0000
committerNicholas Duffek <nsd@redhat.com>2000-06-16 20:40:50 +0000
commit26f3ec3f1bbd180c1b7ec1d55a816253510679ec (patch)
tree48aea9d69d7da55089f36778bd3e996af17ceb26 /bfd/libcoff-in.h
parentbd8082718e800b8559af84d619e965c8f772b7f4 (diff)
downloadbinutils-redhat-26f3ec3f1bbd180c1b7ec1d55a816253510679ec.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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h
index 9b1a026848..3fae93cf86 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;