From beb1bf64d083b906a76aa038c5cc5328f0c10e8d Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Thu, 24 May 2001 20:50:50 +0000 Subject: Support for xcoff64 --- bfd/libcoff-in.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/libcoff-in.h') 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; -- cgit v1.2.1