Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-cr16.c
index cefd69ed3a2876e13b38e9cf81a713e0acea02a5..c74cb22618fb01e950aef847e32c2f963d1c2ce3 100644 (file)
@@ -1641,7 +1641,7 @@ static struct bfd_link_hash_table *
 elf32_cr16_link_hash_table_create (bfd *abfd)
 {
   struct elf_link_hash_table *ret;
-  bfd_size_type amt = sizeof (struct elf_link_hash_table);
+  size_t amt = sizeof (struct elf_link_hash_table);
 
   ret = (struct elf_link_hash_table *) bfd_zmalloc (amt);
   if (ret == (struct elf_link_hash_table *) NULL)
@@ -2854,7 +2854,7 @@ bfd_cr16_elf32_create_embedded_relocs (bfd *abfd,
     free (internal_relocs);
   return TRUE;
 
-error_return:
+ error_return:
   if (isymbuf != NULL && symtab_hdr->contents != (unsigned char *) isymbuf)
     free (isymbuf);
   if (internal_relocs != NULL
This page took 0.024658 seconds and 4 git commands to generate.