summaryrefslogtreecommitdiff
path: root/bfd/libcoff-in.h
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2001-05-24 20:59:23 +0000
committerTom Rix <trix@redhat.com>2001-05-24 20:59:23 +0000
commitfede875c5971ff933b71ac578c39b2147301d8de (patch)
treed7c97a63e20065b0f142b6083783e872e7aab693 /bfd/libcoff-in.h
parent9134d1a9232ac71f792cc35d1d629ef0307f4af7 (diff)
downloadbinutils-redhat-fede875c5971ff933b71ac578c39b2147301d8de.tar.gz
Support for xcoff64
Diffstat (limited to 'bfd/libcoff-in.h')
-rw-r--r--bfd/libcoff-in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/libcoff-in.h b/bfd/libcoff-in.h
index 2a6d9ca84c..8368cc8552 100644
--- a/bfd/libcoff-in.h
+++ b/bfd/libcoff-in.h
@@ -163,10 +163,10 @@ struct xcoff_tdata
short cputype;
/* maxdata from optional header. */
- bfd_size_type maxdata;
+ bfd_vma maxdata;
/* maxstack from optional header. */
- bfd_size_type maxstack;
+ bfd_vma maxstack;
/* Used by the XCOFF backend linker. */
asection **csects;