From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22136 invoked by alias); 31 Jul 2014 08:26:21 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 22120 invoked by uid 89); 31 Jul 2014 08:26:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f54.google.com Received: from mail-qa0-f54.google.com (HELO mail-qa0-f54.google.com) (209.85.216.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 31 Jul 2014 08:26:18 +0000 Received: by mail-qa0-f54.google.com with SMTP id k15so2175487qaq.13 for ; Thu, 31 Jul 2014 01:26:15 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.229.171.196 with SMTP id i4mr15678472qcz.15.1406795175794; Thu, 31 Jul 2014 01:26:15 -0700 (PDT) Received: by 10.140.48.140 with HTTP; Thu, 31 Jul 2014 01:26:15 -0700 (PDT) In-Reply-To: <56770cd36dd04558bac6160932b0c194@HKXPR03MB166.apcprd03.prod.outlook.com> References: <56770cd36dd04558bac6160932b0c194@HKXPR03MB166.apcprd03.prod.outlook.com> Date: Thu, 31 Jul 2014 08:26:00 -0000 Message-ID: Subject: Re: [ARM cortex-m0] sync built-in functions for atomic memory access From: Mallikarjun Goudar To: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-07/txt/msg00117.txt.bz2 Hi Sandeep, Thanks for the information. I will try with 4.9.0. Previously i was using 4.7.3 gcc tools. //mallikarjuna