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

--- Comment #9 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <ni...@sourceware.org>:

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

commit 9eaff8613893f063400fdae95bc382ab33685e3b
Author: Akihiko Odaki <akihiko.odaki...@stu.hosei.ac.jp>
Date:   Wed Sep 28 11:50:41 2016 +0100

    Fix seg-fault in the linker introduced by the previous delta.

        PR ld/20636
        * elf-bfd.h (struct elf_backend_data): Delete
        elf_backend_count_output_relocs callback and add
        elf_backend_update_relocs.
        * elf32-arm.c (elf32_arm_count_output_relocs): Deleted.
        (emit_relocs): Deleted.
        (elf32_arm_emit_relocs): Deleted.
        (elf_backend_emit_relocs): Updated not to use the old functions.
        (elf32_arm_update_relocs): New function.
        (elf_backend_update_relocs): New define.
        * elflink.c (bfd_elf_final_link): Add additional_reloc_count to the
        relocation count. Call elf_backend_emit_relocs.
        (_bfd_elf_size_reloc_section): Do not call
        elf_backend_count_output_relocs.
        * elfxx-target.h (elf_backend_count_output_relocs): Deleted.
        (elf_backend_update_relocs): New define.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to