From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74382 invoked by alias); 13 Jun 2017 17:46:22 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 73608 invoked by uid 89); 13 Jun 2017 17:46:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=HX-Received:10.28.168.13, H*M:1272 X-HELO: mail-wr0-f173.google.com Received: from mail-wr0-f173.google.com (HELO mail-wr0-f173.google.com) (209.85.128.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Jun 2017 17:46:15 +0000 Received: by mail-wr0-f173.google.com with SMTP id v104so145117526wrb.0 for ; Tue, 13 Jun 2017 10:46:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=JeWciQXE0iJBOzFbv7ISp8LY/6qI0L/nkJQsgTM7v2w=; b=KTCViUp9cEVsBmiVCLTKRbgV2c/bEHsjYxv3Z0qK3XHc36FqNK7euajZvWsDEqreoc oCWQ9cKqZZ9wyDtuC1qtHLTAxCGi4aGfYZGEjgQfRwsGUf528B58lhPNZOLL1Hq3o3i6 HlOkILc2Q0DUN9TX+bvPhp72eZpd4AEsXjaE6R7fOM76/98sKJEEcqEWaMCEEhvDecra 8I/T5OzUksxpW5NY0IVbDphNFkIYgytRC7Ss5tlvAjUHhzZzUUozViJ8t0DOceYKwvdA HJHkTD0QGXnJE7JT4enS+amOF94EPAI2xkhGOI2p48RCKPqFcEwqyOwPiWK4q6obx09b bDOQ== X-Gm-Message-State: AKS2vOxelMlEeD46cFPdVPE45X3tCjw/M7WSTcDEFz4CybY+GXkKfRM0 xf4xCMjKAFlnsOE36wZxlw== X-Received: by 10.28.168.13 with SMTP id r13mr3780401wme.0.1497375976409; Tue, 13 Jun 2017 10:46:16 -0700 (PDT) Received: from [10.0.39.126] ([31.24.222.134]) by smtp.gmail.com with ESMTPSA id f47sm20756875wra.1.2017.06.13.10.46.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Jun 2017 10:46:15 -0700 (PDT) Subject: Re: [PATCH 2/2] [MSP430] Fix issues handling .persistent attribute (PR 78818) To: Nick Clifton Cc: gcc-patches References: <1239adcb-fdce-264b-a85e-a352e73e2b56@redhat.com> <6d51c0e4-3c0c-6d9b-78a0-241078c19a87@somniumtech.com> From: Jozef Lawrynowicz Message-ID: <2091a260-1272-8b5d-decf-305ae2bf9756@somniumtech.com> Date: Tue, 13 Jun 2017 17:46:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-06/txt/msg00978.txt.bz2 On 13/06/2017 16:54, Nick Clifton wrote: > Hi Jozef, > >> Ok for trunk and gcc-7-branch? > > Approved - please apply (to both). > > Cheers > Nick > > Sorry, didn't mention in that last post that I don't have write access, could someone please apply this for me. Thanks, Jozef