From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49521 invoked by alias); 21 Aug 2017 12:28:03 -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 49353 invoked by uid 89); 21 Aug 2017 12:28:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 55C8181E0E Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=fweimer@redhat.com Subject: Re: [PATCH 1/3] Mark __libc_multiple_libcs with attribute_hidden [BZ #18822] To: "H.J. Lu" Cc: GNU C Library References: <20170818203021.GA15188@gmail.com> <87mv6uoes1.fsf@mid.deneb.enyo.de> <20170820141235.GA14485@gmail.com> <86ec0dad-96ea-0b0b-a452-dd520cd78b95@redhat.com> <62769d35-42e6-14be-080b-bd7da07979f1@redhat.com> From: Florian Weimer Message-ID: Date: Mon, 21 Aug 2017 12:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-08/txt/msg00965.txt.bz2 On 08/21/2017 01:48 PM, H.J. Lu wrote: > [BZ #18822] > * csu/libc-start.c (__libc_multiple_libcs): Removed. > * elf/dl-open.c: Include . > (__libc_multiple_libcs): Removed. > * elf/dl-sysdep.c: Include instead of > . > * include/libc-internal.h (__libc_multiple_libcs): New. > * misc/sbrk.c: Include . > (__libc_multiple_libcs): Removed. Okay. Florian