gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / elf-hppa.h
index 7875e63ff7287f926ad9b406eba039c6f4d36812..1e10c5c851285b99012e1e3fbde26b4cf1d33291 100644 (file)
@@ -754,7 +754,7 @@ _bfd_elf_hppa_gen_reloc_type (bfd *abfd,
 {
   elf_hppa_reloc_type *finaltype;
   elf_hppa_reloc_type **final_types;
-  bfd_size_type amt = sizeof (elf_hppa_reloc_type *) * 2;
+  size_t amt = sizeof (elf_hppa_reloc_type *) * 2;
 
   /* Allocate slots for the BFD relocation.  */
   final_types = bfd_alloc (abfd, amt);
This page took 0.02691 seconds and 4 git commands to generate.