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

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 Ozkan,

  Thanks for the crt0.o file.  With that I was able to reproduce the problem,
confirm that your patch works, and track down the underlying issue - the
relocations that are processed during garnage collection were not being cached,
but the code in fini_reloc_cookie_rels was assuming that they were cached.

  I have now applied your patch, with an added comment explaining why the fix
is needed.

Cheers
  Nick

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