Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / ecofflink.c
index 5fc96e671b844d78af4ca295694961ec90d85e9d..ba2bbbc868a78e095025725cc297e9c4df662d6d 100644 (file)
@@ -467,7 +467,7 @@ bfd_ecoff_debug_init (bfd *output_bfd ATTRIBUTE_UNUSED,
                      struct bfd_link_info *info)
 {
   struct accumulate *ainfo;
-  bfd_size_type amt = sizeof (struct accumulate);
+  size_t amt = sizeof (struct accumulate);
 
   ainfo = (struct accumulate *) bfd_malloc (amt);
   if (!ainfo)
This page took 0.026943 seconds and 4 git commands to generate.