From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19662 invoked by alias); 11 Sep 2013 20:40:12 -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 19643 invoked by uid 89); 11 Sep 2013 20:40:11 -0000 Received: from hqemgate15.nvidia.com (HELO hqemgate15.nvidia.com) (216.228.121.64) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 11 Sep 2013 20:40:11 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RDNS_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: hqemgate15.nvidia.com Received: from hqnvupgp08.nvidia.com (Not Verified[216.228.121.13]) by hqemgate15.nvidia.com id ; Wed, 11 Sep 2013 13:40:03 -0700 Received: from hqemhub01.nvidia.com ([172.20.12.94]) by hqnvupgp08.nvidia.com (PGP Universal service); Wed, 11 Sep 2013 13:37:03 -0700 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Wed, 11 Sep 2013 13:37:03 -0700 Received: from HQMAIL02.nvidia.com ([172.20.150.111]) by hqemhub01.nvidia.com ([172.20.150.30]) with mapi; Wed, 11 Sep 2013 13:39:47 -0700 From: Abhishek Deb To: Dinar Temirbulatov CC: Joseph Myers , "libc-ports@sourceware.org" , Maxim Kuvyrkov Date: Wed, 11 Sep 2013 20:40:00 -0000 Subject: RE: [Patch] ARM define atomic_exchange_acq/atomic_exchange_rel to __atomic_exchange_n Message-ID: <0E42B6C0C4628E48B8DF5D3F3C8FCA8898F2E7A195@HQMAIL02.nvidia.com> References: <0E42B6C0C4628E48B8DF5D3F3C8FCA8898F2CF5F17@HQMAIL02.nvidia.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-09/txt/msg00086.txt.bz2 Compilation OK and the generated code OK. OK from my side. Abhishek -----Original Message----- From: Dinar Temirbulatov [mailto:dtemirbulatov@gmail.com]=20 Sent: Wednesday, September 11, 2013 12:28 PM To: Abhishek Deb Cc: Joseph Myers; libc-ports@sourceware.org; Maxim Kuvyrkov Subject: Re: [Patch] ARM define atomic_exchange_acq/atomic_exchange_rel to = __atomic_exchange_n 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 F= SF gcc-4.7.3 on armv7-a with __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 with no new regressions. Ok to commit? thanks, Dinar.