NetBSD-Bugs archive

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

Re: toolchain/51066: C++ text relocations



The following reply was made to PR toolchain/51066; it has been noted by GNATS.

From: Nick Hudson <skrll%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, toolchain-manager%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Cc: 
Subject: Re: toolchain/51066: C++ text relocations
Date: Thu, 14 Apr 2016 12:55:02 +0100

 Need to fix binutils... from src/libexec/ld.elf_so/rtld.c
 
      342 #if !defined(__arm__) && !defined(__mips__) && !defined(__sh__)
      343     /* ARM, MIPS and SH{3,5} have a bogus DT_TEXTREL. */
      344     assert(!_rtld_objself.textrel);
      345 #endif
 
 Nick
 


Home | Main Index | Thread Index | Old Index