Use malloc/free in the dbgapi callbacks
[deliverable/binutils-gdb.git] / bfd / elf32-ppc.c
index 71c35ad7871ed738d7e5709775aca49da4944b6c..8c2d3943ac1dd7f4793cefbb3c0625dc9a64a628 100644 (file)
@@ -1,5 +1,5 @@
 /* PowerPC-specific support for 32-bit ELF
-   Copyright (C) 1994-2019 Free Software Foundation, Inc.
+   Copyright (C) 1994-2020 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -1802,7 +1802,7 @@ ppc_elf_get_synthetic_symtab (bfd *abfd, long symcount, asymbol **syms,
   bfd_vma stub_off;
   asymbol *s;
   arelent *p;
-  long count, i, stub_delta;
+  size_t count, i, stub_delta;
   size_t size;
   char *names;
   bfd_byte buf[4];
This page took 0.02533 seconds and 4 git commands to generate.