bfd_size_type to size_t
[deliverable/binutils-gdb.git] / bfd / elf32-score7.c
index 6f37e9f89a11f08e38fd32087f7644e256fbae24..752796c45be9037b4a52b2659259378dbe82f44a 100644 (file)
@@ -1268,7 +1268,7 @@ score_elf_create_got_section (bfd *abfd,
   struct elf_link_hash_entry *h;
   struct bfd_link_hash_entry *bh;
   struct score_got_info *g;
-  bfd_size_type amt;
+  size_t amt;
 
   /* This function may be called more than once.  */
   s = score_elf_got_section (abfd, TRUE);
@@ -3862,7 +3862,7 @@ bfd_boolean
 s7_elf32_score_new_section_hook (bfd *abfd, asection *sec)
 {
   struct _score_elf_section_data *sdata;
-  bfd_size_type amt = sizeof (*sdata);
+  size_t amt = sizeof (*sdata);
 
   sdata = bfd_zalloc (abfd, amt);
   if (sdata == NULL)
This page took 0.027679 seconds and 4 git commands to generate.