This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Partial ILP32 support for aarch64
- From: Wilco Dijkstra <Wilco dot Dijkstra at arm dot com>
- To: "sellcey at caviumnetworks dot com" <sellcey at caviumnetworks dot com>
- Cc: "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>, nd <nd at arm dot com>, Szabolcs Nagy <Szabolcs dot Nagy at arm dot com>
- Date: Tue, 6 Dec 2016 14:08:22 +0000
- Subject: Re: [PATCH] Partial ILP32 support for aarch64
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=Wilco dot Dijkstra at arm dot com;
- Nodisclaimer: True
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Hi,
This commit breaks any use of LD_LIBRARY_PATH:
LD_LIBRARY_PATH=<newglibc>/lib/ /bin/true
/bin/true: 8�����: ��: Error 18446744072501075648
It seems there is some incompatibility introduced in the dynamic loader that I presume wasn't intended?
Wilco