From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71716 invoked by alias); 26 Nov 2019 13:27:04 -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 71703 invoked by uid 89); 26 Nov 2019 13:27:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx0a-001b2d01.pphosted.com From: Tulio Magno Quites Machado Filho To: Florian Weimer Cc: Joseph Myers , libc-alpha@sourceware.org, Andreas Schwab Cc: Subject: Re: powerpc build failure with GCC mainline -fno-common change In-Reply-To: <87k17q915e.fsf@mid.deneb.enyo.de> References: <875zjb3l1a.fsf@linux.ibm.com> <87k17q915e.fsf@mid.deneb.enyo.de> User-Agent: Notmuch/0.27 (http://notmuchmail.org) Emacs/25.3.1 (x86_64-redhat-linux-gnu) Date: Tue, 26 Nov 2019 13:27:00 -0000 Message-ID: <87wobmdazm.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-11/txt/msg00859.txt.bz2 Florian Weimer writes: > * Tulio Magno Quites Machado Filho: > >>> Perhaps __cache_line_size should be part of _rtld_global? >> >> Having this variable in a single place is ideal, but does it really need to >> be in the loader? > > Doesn't the loader need it for its implementation of memset? No, but sysdeps/powerpc/powerpc32/dl-machine.c does need __cache_line_size. -- Tulio Magno