From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4579C1F4B5 for ; Tue, 12 Nov 2019 23:16:11 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=pucBR eVoIA2b7WeyPWMQYBICxAEczFnpA5Dj5Wzez9Hz+jna7dgh2sTNWvo/N1i2t4qi9 Uz9l9VHQCxYfQKHWeCO8KjA0KB2SFB/BN4K4uXEGhroeFXcJTu+6Ws378iBeclaJ k6DrsQCqLgUtVJ9Spe1nQ6EbVaWN0yVusIFVxw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=vsiYVuBu5Mh 1KHRZUhEoxDmFF4M=; b=L4P96N1vQtfccMqOiUheT4/8KIsyNbMhO73k4kd8wrm d+xAVgt7Tc7ZYP3Z/1f2RhEKdht86/GIJxaqkU1eD2n2v3VpLCL+GH+qi/dEQAUM vh9C3u4KTyyUHsbW+EGjolbBYk/t4caNL0+tfzhKl2GevgqcMmCak/oNF15HXeTk = Received: (qmail 98421 invoked by alias); 12 Nov 2019 23:16:08 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 98412 invoked by uid 89); 12 Nov 2019 23:16:08 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: esa1.mentor.iphmx.com IronPort-SDR: KM/mHcLYf+e/9bCpnep/S+E7hHy5Cy8FNGIsi/9Dy9/bCis/+iVQMEGiUmtD+pFfaCeA2pM871 L0Ru8Rm9s4XoYBMuEykGQwlrOjSVqBLR8XwXEKRMFi4uul+7mELJ+FTaHvrTccfzHc2Nmz1FVX ba+ngQjX1+o/4/PoZWY+dC5+yQMrEfQPEZJGEU24zIWB6jItLeZ/0/YDFkpiUKw5w9R3PO5pRl ilsmILKCPndMrYVndmQW1H6PnhHaGiW/2d/tN175V0S9ob+fsJlekQSXNDb+jQ4N+CcJfy4ebA Ra8= IronPort-SDR: 4sNeUQKMXoPZqKc0oTi26V4PH7qp9I4Xk/ZhUtr14qu/ptB09hgFCca9wIWnYbHHoee79Umy2W nVr7SJOr+ewv3K+SHR6KxW1VVGbnkd5bD6I9w1EduqBAGOD8YwC72RFkohWPjXipTwj7eVFUQP AFdQqPrJFN7hXyKRKZnQinUcrNP1sO3pcwc9uLRNL08h+LF2T/hpLu9MnCd+6dpfq1ZQe9dBda BkkZsSclHC9x7hli/8jcLU3+UKQinfi5TgY0Xtj8oOc0ix7OyEx1XX0WY5Wg+KAakq4Q4xTizi skE= Date: Tue, 12 Nov 2019 23:15:51 +0000 From: Joseph Myers To: Sandra Loosemore CC: Carlos O'Donell , Florian Weimer , Florian Weimer , , Szabolcs Nagy , , Subject: Re: [review v3] slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25... In-Reply-To: <104ddd32-7fd8-c288-0459-e9450687b562@codesourcery.com> Message-ID: References: <20191112114732.2175B20AF6@gnutoolchain-gerrit.osci.io> <4e7ad8ea-43ae-6af6-d2a9-2a05d42b0cc6@codesourcery.com> <87r22dey2c.fsf@mid.deneb.enyo.de> <320362b6-854f-230e-5db8-af20f66ef838@redhat.com> <104ddd32-7fd8-c288-0459-e9450687b562@codesourcery.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Tue, 12 Nov 2019, Sandra Loosemore wrote: > BTW, does this problem affect any other target that tries to use GP-relative > addressing for small data, like MIPS? No (that is, no other target is showing such a problem building glibc). It probably still makes sense for the link test added to the GCC testsuite to be target-independent, since it's the sort of bug other targets *could* have, and it's quite possible that some non-glibc architectures (of which there are a lot in GCC) could have such a bug. -- Joseph S. Myers joseph@codesourcery.com