]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/peicode.h
bfd_size_type to size_t
[thirdparty/binutils-gdb.git] / bfd / peicode.h
index ed0c544d856581635af37eb9b12a0c15fdca291f..c1bc81b169aae5fcdc0f5192ba2d8e478fb95bec 100644 (file)
@@ -257,7 +257,7 @@ static bfd_boolean
 pe_mkobject (bfd * abfd)
 {
   pe_data_type *pe;
-  bfd_size_type amt = sizeof (pe_data_type);
+  size_t amt = sizeof (pe_data_type);
 
   abfd->tdata.pe_obj_data = (struct pe_tdata *) bfd_zalloc (abfd, amt);