2001-05-25 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index 5127ff372e2d0c80490afe6a4ebaa85616798021..34fed2d0f369d07b0999b21d215a24b5cc4a91b2 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.022907 seconds and 4 git commands to generate.