bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/24955] libbfd terminating program on out of memory


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/24955] libbfd terminating program on out of memory
Date: Tue, 15 Oct 2019 06:25:17 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=24955

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9a73315161bc07d958060847ae01996312e1b30f

commit 9a73315161bc07d958060847ae01996312e1b30f
Author: Alan Modra <address@hidden>
Date:   Tue Oct 15 15:57:35 2019 +1030

    remove more xmalloc in bfd

    Also fixes m68hc1x printf arguments which would have bombed when
    compiling on a 32-bit host with --enable-64-bit-bfd.

    bfd/
        PR 24955
        * elf32-arm.c (set_cmse_veneer_addr_from_implib): Use bfd_malloc
        rather than xmalloc.
        * elf32-m68hc1x.c (reloc_warning): New function.
        (elf32_m68hc11_relocate_section): Use it here.  Cast bfd_vma values
        corresponding to %lx in format strings.
        * elf32-nds32.c (nds32_insertion_sort): Use a stack temporary.
    gas/
        * config/tc-nds32.c (nds32_set_section_relocs): Use relocs and n
        parameters rather than equivalent sec->orelocation and
        sec->reloc_count.  Don't sort for n <= 1.  Tidy.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]