From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9055 invoked by alias); 11 Sep 2013 19:25:28 -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 9045 invoked by uid 89); 11 Sep 2013 19:25:28 -0000 Received: from mail-pb0-f49.google.com (HELO mail-pb0-f49.google.com) (209.85.160.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 11 Sep 2013 19:25:28 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f49.google.com Received: by mail-pb0-f49.google.com with SMTP id xb4so9404980pbc.8 for ; Wed, 11 Sep 2013 12:25:26 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.66.121.201 with SMTP id lm9mr5451542pab.80.1378927526297; Wed, 11 Sep 2013 12:25:26 -0700 (PDT) Received: by 10.70.19.3 with HTTP; Wed, 11 Sep 2013 12:25:26 -0700 (PDT) In-Reply-To: <0E42B6C0C4628E48B8DF5D3F3C8FCA8898F2CF5F17@HQMAIL02.nvidia.com> References: <0E42B6C0C4628E48B8DF5D3F3C8FCA8898F2CF5F17@HQMAIL02.nvidia.com> Date: Wed, 11 Sep 2013 19:25:00 -0000 Message-ID: Subject: Re: [Patch] ARM define atomic_exchange_acq/atomic_exchange_rel to __atomic_exchange_n From: Dinar Temirbulatov To: Abhishek Deb Cc: Joseph Myers , "libc-ports@sourceware.org" , Maxim Kuvyrkov Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-09/txt/msg00084.txt.bz2 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? thanks, Dinar.