This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] [BZ #19178] Add a test for prelink output
- From: Szabolcs Nagy <nsz at port70 dot net>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Sat, 7 Nov 2015 16:54:58 +0100
- Subject: Re: [PATCH] [BZ #19178] Add a test for prelink output
- Authentication-results: sourceware.org; auth=none
- References: <20151107145502 dot GA959 at intel dot com>
* H.J. Lu <hongjiu.lu@intel.com> [2015-11-07 06:55:02 -0800]:
> This test applies to i386 and x86_64 which set R_386_GLOB_DAT and
> R_X86_64_GLOB_DAT to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA. OK for
> master?
>
why is the test x86 specific?
extern protected data handling and LD_TRACE_PRELINKING
seem to be generic.