diff options
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r-- | bfd/elf32-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c index a301638eac5..0e215932de1 100644 --- a/bfd/elf32-ppc.c +++ b/bfd/elf32-ppc.c @@ -5540,7 +5540,7 @@ ppc_elf_relax_section (bfd *abfd, } while (fixups); - contents = bfd_realloc (contents, trampoff); + contents = bfd_realloc_or_free (contents, trampoff); if (contents == NULL) goto error_return; |