bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/22706] bfd/elf32-sh.c fails asserts without additional informati


From: nickc at redhat dot com
Subject: [Bug ld/22706] bfd/elf32-sh.c fails asserts without additional information: sh4-unknown-linux-gnu-ld: BFD assertion fail bfd/elf32-sh.c:5171
Date: Mon, 30 Jul 2018 13:07:14 +0000

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

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Nick Clifton <nickc at redhat dot com> ---
Hi Sergei,

  Thanks for the bug reproducer and the error message patch.  

  The problem happens because the relocs are intended to modify
  a specific code sequence, but they are being applied to the wrong
  code.  So I have extended your error message patch to replace
  some more  of the assertions with not just error messages, but also
  early failures so that the code does not go on to process the relocs
  incorrectly and then try to write to the wrong location.

Cheers
  Nick

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