From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83410 invoked by alias); 30 Jan 2019 21:50:47 -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 83396 invoked by uid 89); 30 Jan 2019 21:50:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Wed, 30 Jan 2019 21:50:00 -0000 From: Joseph Myers To: Vineet Gupta CC: Andreas Schwab , , Subject: Re: [PATCH v2 05/15] ARC: Atomics and Locking primitives In-Reply-To: Message-ID: References: <1548811555-24373-1-git-send-email-vgupta@synopsys.com> <1548811555-24373-6-git-send-email-vgupta@synopsys.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2019-01/txt/msg00704.txt.bz2 On Wed, 30 Jan 2019, Vineet Gupta wrote: > On 1/30/19 1:04 PM, Joseph Myers wrote: > >>> +#define __PTHREAD_MUTEX_NUSERS_AFTER_KIND 1 > >>> +#define __PTHREAD_MUTEX_USE_UNION 1 > >> New ports should use the preferred values for these macros. > > This seems like something that could be a common issue for new ports, so > > worth a mention at alongside > > such things as using init_array and USE_ATOMIC_COMPILER_BUILTINS. > > Updated wiki page ! Now it's saying those macros are in atomic-machine.h. That's not right; the information about those macros needs to go in a separate paragraph. -- Joseph S. Myers joseph@codesourcery.com