bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/22875] Strip complains about and then destroys unrecognise


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/22875] Strip complains about and then destroys unrecognised relocs
Date: Wed, 04 Apr 2018 01:02:56 +0000

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

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Maciej W. Rozycki <address@hidden>:

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

commit 7ed6f92aaffdcc0995b0247379fb8ea621854dce
Author: Maciej W. Rozycki <address@hidden>
Date:   Wed Apr 4 02:00:48 2018 +0100

    PR binutils/22875: MIPS/ELF: Also fail with relocation placeholders

    Do not consider placeholder EMPTY_HOWTO relocation entries valid in
    `rtype_to_howto' MIPS handlers.  Instead issue an unsupported relocation
    type error and return a NULL howto as with relocations outside the three
    ISA-specific min-max ranges.

        bfd/
        * elf32-mips.c (mips_elf32_rtype_to_howto): Also return
        unsuccessfully for placeholder howtos.
        * elf64-mips.c (mips_elf64_rtype_to_howto): Likewise.
        * elfn32-mips.c (mips_elf_n32_rtype_to_howto): Likewise.

-- 
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]