From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10981 invoked by alias); 8 Nov 2016 08:28:35 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 10967 invoked by uid 89); 8 Nov 2016 08:28:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: Pending fixes for all-ABIs builds To: Joseph Myers References: From: Florian Weimer Cc: libc-alpha@sourceware.org Message-ID: <35e9c513-c873-3d7e-38e4-6aa14e9ef245@redhat.com> Date: Tue, 08 Nov 2016 08:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00266.txt.bz2 On 11/08/2016 12:25 AM, Joseph Myers wrote: > https://sourceware.org/ml/libc-alpha/2016-11/msg00213.html (Update nios2 > localplt.data) > > https://sourceware.org/ml/libc-alpha/2016-11/msg00214.html (Update alpha > localplt.data) > > https://sourceware.org/ml/libc-alpha/2016-11/msg00216.html (Add > localplt.data for hppa) > > https://sourceware.org/ml/libc-alpha/2016-11/msg00217.html (Add > localplt.data for sh) I looked at those and they seemed reasonable to me. But there's one pre-existing issue I've been wondering about for a while (along with the s390 maintainers): I don't understand why we have PLT references to malloc & friends in ld.so. The malloc implementation there is not compliant with the C requirements. Why is it exported, and why do we use GOT indirection to call it? Florian