bfd_size_type to size_t
[deliverable/binutils-gdb.git] / bfd / coff-sh.c
index 2236884138c0cb7eb07598a990cc470e24a26e83..986cd4d1d04f33d0f61847e22689670f4a3dce3a 100644 (file)
@@ -722,7 +722,7 @@ sh_relax_section (bfd *abfd,
 
   if (coff_section_data (abfd, sec) == NULL)
     {
-      bfd_size_type amt = sizeof (struct coff_section_tdata);
+      size_t amt = sizeof (struct coff_section_tdata);
       sec->used_by_bfd = bfd_zalloc (abfd, amt);
       if (sec->used_by_bfd == NULL)
        return FALSE;
This page took 0.044962 seconds and 4 git commands to generate.