From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20298 invoked by alias); 14 Sep 2013 03:29:44 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 20286 invoked by uid 89); 14 Sep 2013 03:29:43 -0000 Received: from mail-qe0-f41.google.com (HELO mail-qe0-f41.google.com) (209.85.128.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 14 Sep 2013 03:29:43 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-qe0-f41.google.com Received: by mail-qe0-f41.google.com with SMTP id ff1so1602148qeb.14 for ; Fri, 13 Sep 2013 20:29:40 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.49.39.161 with SMTP id q1mr31400124qek.66.1379129380536; Fri, 13 Sep 2013 20:29:40 -0700 (PDT) Received: by 10.49.4.71 with HTTP; Fri, 13 Sep 2013 20:29:40 -0700 (PDT) In-Reply-To: References: <0E42B6C0C4628E48B8DF5D3F3C8FCA8898F2CF5F17@HQMAIL02.nvidia.com> Date: Sat, 14 Sep 2013 03:29:00 -0000 Message-ID: Subject: Re: [Patch] ARM define atomic_exchange_acq/atomic_exchange_rel to __atomic_exchange_n From: Dinar Temirbulatov To: "Joseph S. Myers" Cc: Abhishek Deb , "libc-ports@sourceware.org" , Maxim Kuvyrkov Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-09/txt/msg00089.txt.bz2 Hello Joseph, Oh, I don't have any write permissions to the project. thanks, Dinar. On Fri, Sep 13, 2013 at 9:14 PM, Joseph S. Myers wrote: > On Wed, 11 Sep 2013, Dinar Temirbulatov wrote: > >> Hi, >> Another updated version of the change with just eliminated $. Tested >> glibc internal testsuite with: 1) arm v4t gcc-4.5.3 with >> __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 undefined (kernel helpers only) >> with no new regrssions, 2) arm with FSF gcc-4.6.4 on armv7-a with >> __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 defined with no new regrssions, 3) >> arm FSF gcc-4.7.3 on armv7-a with __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 >> with no new regressions. Ok to commit? > > This version is OK. > > -- > Joseph S. Myers > joseph@codesourcery.com