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

Alan Modra <amodra at gmail dot com> changed:

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

--- Comment #5 from Alan Modra <amodra at gmail dot com> ---
What I see here are a bunch of problems caused by not having entries for
.rela.dyn and .rela.txt in your script, and the alpha backend code not handling
.rela.plt being placed before .rela.dyn.

2.26 combreloc is wrong as evidenced by
0x0000000000000002 (PLTRELSZ)           0 (bytes)

2.27 combreloc and nocombreloc are wrong due to having DT_RELA and DT_JMPREL at
the same address.

I believe this will be fixed by my 2016-11-23 change on master, and the 2.26
and 2.27 problems can be cured by editing your script.  Since you're not using
the standard linker scripts I'm closing this bug as wontfix for 2.27.

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