bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/20866] "-z combreloc" doesn't work on alpha


From: amodra at gmail dot com
Subject: [Bug ld/20866] "-z combreloc" doesn't work on alpha
Date: Sun, 27 Nov 2016 10:55:00 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]