Support for xcoff64
[deliverable/binutils-gdb.git] / bfd / libcoff-in.h
index 2a6d9ca84c732d6fef4b434e3319207cfab04b5f..8368cc85527dd966f860ad61aed9a7e7042cb840 100644 (file)
@@ -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;
This page took 0.024284 seconds and 4 git commands to generate.