This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: IA64 linker sets DT_TEXTREL incorrectly


Subject: [Bug target/14280] Cpp is marked with DT_TEXTREL

Looks like a linker bug.  The only relocations I see are against .got  
and .IA_64.pltoff, which are writable.  

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14280

It is a linker bug. Linker assumes relocations in read only sections
will never be resolved locally, which is false. This patch fixes
the problem.


H.J.

Attachment: bfd-ia64-reltext-1.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]