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: Thu, 29 Mar 2018 13:11:54 +0000

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

--- Comment #4 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=75def2abc3dafb52418405905cd49e9c107c2640

commit 75def2abc3dafb52418405905cd49e9c107c2640
Author: Maciej W. Rozycki <address@hidden>
Date:   Thu Mar 29 14:09:48 2018 +0100

    PR binutils/22875: MIPS: Remove duplicate unsupported relocation processing

    Remove a duplicate `unsupported relocation type' message and the setting
    of the `bfd_error_bad_value' error from `mips_elf32_rtype_to_howto',
    added with commit f3185997ac09 ("PR 22875: Stop strip corrupting unknown
    relocs"), <https://sourceware.org/ml/binutils/2018-02/msg00445.html>.
    This message is already produced and the `bfd_error_bad_value' error set
    by `mips_elf32_rtype_to_howto' before a NULL howto is returned, so there
    is no need to repeat these actions here.

        bfd/
        * elf32-mips.c (mips_info_to_howto_rel): Remove the calls to
        `_bfd_error_handler' and to set the `bfd_error_bad_value' error.

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